Interface PreparedWorkflow<WorkflowInputsType extends WorkflowInputsGeneric>

  • Type Parameters:
    WorkflowInputsType - The type of WorkflowInputsGeneric.
    All Known Implementing Classes:
    PreparedWorkflowGalaxy

    public interface PreparedWorkflow<WorkflowInputsType extends WorkflowInputsGeneric>
    A Workflow that has been prepared for execution.
    • Method Detail

      • getRemoteAnalysisId

        java.lang.String getRemoteAnalysisId()
        Gets the analysis id this workflow.
        Returns:
        The analysis id for this workflow.
      • getRemoteDataId

        java.lang.String getRemoteDataId()
        Gets the id for a location used to store data for a workflow.
        Returns:
        The id of a location used to store data for a workflow.
      • getWorkflowInputs

        WorkflowInputsType getWorkflowInputs()
        Gets the inputs to a workflow.
        Returns:
        The inputs to a workflow.