Interface WorkFlowEngine
public interface WorkFlowEngine
Interface for a workflow engine.
- Author:
- Mahmoud Ben Hassine (mahmoud.benhassine@icloud.com)
-
Method Summary
Modifier and TypeMethodDescriptionrun(WorkFlow workFlow, WorkContext workContext) Run the given workflow and return its report.
-
Method Details
-
run
Run the given workflow and return its report.- Parameters:
workFlow- to runworkContext- context in which the workflow will be run- Returns:
- workflow report
-