public interface WorkFlowEngine
| Modifier and Type | Method and Description |
|---|---|
WorkReport |
run(WorkFlow workFlow,
WorkContext workContext)
Run the given workflow and return its report.
|
WorkReport run(WorkFlow workFlow, WorkContext workContext)
workFlow - to runworkContext - context in which the workflow will be runCopyright © 2020. All rights reserved.