Interface SubWorkflowObject

    • Method Detail

      • getModel

        Model getModel()
        Returns the first sequence of the subworkflow. In many cases a subworkflow does only have one sequence. This method is just a shortcut for getting all sequences and fetching the first of those.
        Specified by:
        getModel in interface DataObject
        Specified by:
        getModel in interface WorkflowObject
        Returns:
        If available, first sequence of the subworkflow; NULL otherwise.