Package com.dnanexus

Class DXWorkflow.Stage

  • Enclosing class:
    DXWorkflow

    public static class DXWorkflow.Stage
    extends Object
    A workflow stage.
    • Method Detail

      • getId

        public String getId()
      • getOutputReference

        public com.fasterxml.jackson.databind.JsonNode getOutputReference​(String outputName)
        Create a link to an output field.

        This is used in workflows, to link results between stages.

        Parameters:
        outputName - name of an output field
        Returns:
        JSON representation of a link. Can be used as an input to a workflow stage.
      • getInputReference

        public com.fasterxml.jackson.databind.node.ObjectNode getInputReference​(String inputName)
        Create a link to an input field.

        This is used in workflows, to link results between stages.

        Parameters:
        inputName - name of an input field
        Returns:
        JSON representation of a link. Can be used as an input to a workflow stage.