public class ParallelWorkflowExecutor extends BaseWorkflowExecutor
BaseWorkflowExecutor.StepResultCapture| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
DATA_CONTEXT_PREFIX
Deprecated.
|
OPTION_KEY, SECURE_OPTION_KEY, SECURE_OPTION_VALUENODE_FIRST, PARALLEL, STEP_FIRST| Constructor and Description |
|---|
ParallelWorkflowExecutor(Framework framework)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowExecutionResult |
executeWorkflowImpl(StepExecutionContext executionContext,
WorkflowExecutionItem item)
Deprecated.
|
protected WorkflowStatusResult |
executeWorkflowItemsInParallel(StepExecutionContext executionContext,
java.util.Map<java.lang.Integer,StepExecutionResult> failedMap,
java.util.List<StepExecutionResult> resultList,
java.util.List<StepExecutionItem> iWorkflowCmdItems,
boolean keepgoing)
Deprecated.
Execute the sequence of ExecutionItems within the context, and with the given keepgoing value, return true if
successful
|
addNodeStepFailureContextData, addStepFailureContextData, convertFailures, createPrintableDataContext, createPrintableDataContext, executeWFItem, executeWorkflow, executeWorkflowItemsForNodeSet, executeWorkflowItemsForNodeSet, executeWorkflowStep, executeWorkflowStep, getWorkflowListener, nodeStepResultFromNodeStepException, replaceFailedNodesListenerInContextprotected static final java.lang.String DATA_CONTEXT_PREFIX
public ParallelWorkflowExecutor(Framework framework)
public WorkflowExecutionResult executeWorkflowImpl(StepExecutionContext executionContext, WorkflowExecutionItem item)
executeWorkflowImpl in class BaseWorkflowExecutorprotected WorkflowStatusResult executeWorkflowItemsInParallel(StepExecutionContext executionContext, java.util.Map<java.lang.Integer,StepExecutionResult> failedMap, java.util.List<StepExecutionResult> resultList, java.util.List<StepExecutionItem> iWorkflowCmdItems, boolean keepgoing)
executionContext - contextfailedMap - failuresresultList - resultsiWorkflowCmdItems - stepskeepgoing - true to keepgoing if a step fails