Interface WorkflowExecutionItem

    • Field Detail

      • NODE_FIRST

        static final java.lang.String NODE_FIRST
        Node first strategy name
        See Also:
        Constant Field Values
      • STEP_FIRST

        static final java.lang.String STEP_FIRST
        Step first strategy nae
        See Also:
        Constant Field Values
      • PARALLEL

        static final java.lang.String PARALLEL
        Parallel strategy name
        See Also:
        Constant Field Values
      • COMMAND_TYPE_NODE_FIRST

        static final java.lang.String COMMAND_TYPE_NODE_FIRST
        Provider name for node first provider implementation
        See Also:
        Constant Field Values
      • COMMAND_TYPE_STEP_FIRST

        static final java.lang.String COMMAND_TYPE_STEP_FIRST
        Provider name for step first provider implementation
        See Also:
        Constant Field Values
      • COMMAND_TYPE_PARALLEL

        static final java.lang.String COMMAND_TYPE_PARALLEL
        Provider name for parallel provider implementation
        See Also:
        Constant Field Values
      • COMMAND_TYPE_CONDITIONAL

        static final java.lang.String COMMAND_TYPE_CONDITIONAL
        Provider name for parallel provider implementation
        See Also:
        Constant Field Values
    • Method Detail

      • getWorkflow

        IWorkflow getWorkflow()
        Return the workflow definition
        Returns:
        workflow