Class WorkFlowEngineBuilder
java.lang.Object
com.redhat.parodos.workflows.engine.WorkFlowEngineBuilder
Main entry point to create
WorkFlowEngine instances.- Author:
- Mahmoud Ben Hassine (mahmoud.benhassine@icloud.com)
-
Method Summary
Modifier and TypeMethodDescriptionstatic WorkFlowEngineBuilderCreate a newWorkFlowEngineBuilder.build()Create a newWorkFlowEngine.
-
Method Details
-
aNewWorkFlowEngine
Create a newWorkFlowEngineBuilder.- Returns:
- a new
WorkFlowEngineBuilder.
-
build
Create a newWorkFlowEngine.- Returns:
- a new
WorkFlowEngine.
-