@Component public class WorkflowExecutorImpl extends Object implements WorkflowExecutor
| Constructor and Description |
|---|
WorkflowExecutorImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
abortWorkflow(long woinRefNum) |
void |
completeWorkItem(long woinRefNum,
long woitRefNum) |
void |
executeTask(long woinRefNum,
long woitRefNum) |
void |
startWorkflow(long woinRefNum) |
public void startWorkflow(long woinRefNum)
startWorkflow in interface WorkflowExecutorpublic void abortWorkflow(long woinRefNum)
abortWorkflow in interface WorkflowExecutorpublic void completeWorkItem(long woinRefNum,
long woitRefNum)
completeWorkItem in interface WorkflowExecutorpublic void executeTask(long woinRefNum,
long woitRefNum)
executeTask in interface WorkflowExecutorCopyright © 2018. All rights reserved.