public class NodeFirstWorkflowStrategy extends BaseWorkflowStrategy
NODE_FIRST, PARALLEL, STEP_FIRST
Constructor and Description |
---|
NodeFirstWorkflowStrategy(Framework framework) |
Modifier and Type | Method and Description |
---|---|
static WorkflowExecutionItem |
createInnerLoopItem(IWorkflow item)
Create workflowExecutionItem suitable for inner loop of node-first strategy
|
static WorkflowExecutionItem |
createInnerLoopItem(WorkflowExecutionItem item)
Create workflowExecutionItem suitable for inner loop of node-first strategy
|
WorkflowExecutionResult |
executeWorkflowImpl(StepExecutionContext executionContext,
WorkflowExecutionItem item) |
addNodeStepFailureContextData, addStepFailureContextData, convertFailures, createPrintableDataContext, executeWFItem, executeWorkflow, executeWorkflowItemsForNodeSet, executeWorkflowItemsForNodeSet, getWorkflowListener, nodeStepResultFromNodeStepException, replaceFailedNodesListenerInContext
public NodeFirstWorkflowStrategy(Framework framework)
public WorkflowExecutionResult executeWorkflowImpl(StepExecutionContext executionContext, WorkflowExecutionItem item)
executeWorkflowImpl
in class BaseWorkflowStrategy
public static WorkflowExecutionItem createInnerLoopItem(WorkflowExecutionItem item)
item
- workflow itempublic static WorkflowExecutionItem createInnerLoopItem(IWorkflow item)
item
- workflow item