| BaseWorkflowExecutor |
BaseWorkflowStrategy is ...
|
| BaseWorkflowExecutor.BaseWorkflowExecutionResult |
|
| BaseWorkflowExecutor.StepResultCapture |
|
| ContextManager |
Listens to workflow events and manages the step context information, producing a Map of context data
|
| ContextStack<T> |
A simple stack, with factory methods for making mutated copies
|
| DataOutput |
Created by greg on 5/25/16.
|
| EngineWorkflowExecutor |
Primary executor for workflows
|
| EngineWorkflowExecutor.BaseProfile |
Base profile which provides initial states
|
| EngineWorkflowExecutor.DefaultAugmentor |
|
| FlowController |
record flow control
|
| LoggerWithContext |
Implements ExecutionLogger via a context supplier and a logger
|
| NodeDispatchedWorkflowExecutionItemImpl |
NodeDispatchedWorkflowExecutionItemImpl is ...
|
| NodeFirstWorkflowExecutor |
Deprecated. |
| NodeFirstWorkflowStrategy |
Created by greg on 5/11/16.
|
| NodeRecorder |
NodeRecorder stores success/failure node list
|
| NoopWorkflowExecutionListener |
|
| ParallelWorkflowStrategy |
Created by greg on 5/5/16.
|
| SequentialStrategyProfile |
profile for sequential step execution
|
| SequentialWorkflowStrategy |
Created by greg on 5/5/16.
|
| StepContextWorkflowExecutionListener<NODE,STEP> |
Listens to step and node context changes, and maintains thread-local step+node context
|
| WFSharedContext |
|
| WorkflowEventLoggerListener |
Emits events to the logger for workflow step/node start and finish.
|
| WorkflowExecutionItemImpl |
WorkflowExecutionItemImpl is ...
|
| WorkflowExecutionListenerImpl |
WorkflowExecutionListenerImpl uses the WorkflowExecutionListener methods to maintain workflow execution
context data while executing workflows, allowing the ContextLogger to have proper context.
|
| WorkflowExecutionListenerStepMetrics |
|
| WorkflowExecutionService |
WorkflowExecutionService provides ability to execute workflows
|
| WorkflowImpl |
WorkflowImpl is ...
|
| WorkflowStatusResultImpl |
Basic data implementation of WorkflowStatusResult
|
| WorkflowStrategyService |
|