public class StepCallable extends java.lang.Object implements java.util.function.Function<WFSharedContext,BaseWorkflowExecutor.StepResultCapture>
| Constructor and Description |
|---|
StepCallable(EngineWorkflowExecutor engineWorkflowExecutor,
StepExecutionContext executionContext,
boolean keepgoing,
WorkflowExecutionListener wlistener,
int i,
StepExecutionItem cmd) |
| Modifier and Type | Method and Description |
|---|---|
BaseWorkflowExecutor.StepResultCapture |
apply(WFSharedContext inputData) |
public StepCallable(EngineWorkflowExecutor engineWorkflowExecutor, StepExecutionContext executionContext, boolean keepgoing, WorkflowExecutionListener wlistener, int i, StepExecutionItem cmd)
public BaseWorkflowExecutor.StepResultCapture apply(WFSharedContext inputData)
apply in interface java.util.function.Function<WFSharedContext,BaseWorkflowExecutor.StepResultCapture>