Interface WorkFlowEngine
-
public interface WorkFlowEngineInterface for a workflow engine.- Author:
- Mahmoud Ben Hassine (mahmoud.benhassine@icloud.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkReportrun(WorkFlow workFlow, WorkContext workContext)Run the given workflow and return its report.
-
-
-
Method Detail
-
run
WorkReport run(WorkFlow workFlow, WorkContext workContext)
Run the given workflow and return its report.- Parameters:
workFlow- to runworkContext- context in which the workflow will be run- Returns:
- workflow report
-
-