Interface WorkflowNamedParametersService

    • Method Detail

      • findNamedParametersForWorkflow

        java.util.List<IridaWorkflowNamedParameters> findNamedParametersForWorkflow​(java.util.UUID workflowId)
        Get the named parameters saved for the specified workflow.
        Parameters:
        workflowId - the workflow ID to load parameters for.
        Returns:
        the collection of named workflow parameter sets for the specified workflow.