You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mahmoud Ben Hassine edited this page Jun 30, 2017
·
2 revisions
Easy Flows is a workflow engine for Java. It provides simple APIs and building blocks to make it easy to create and run composable workflows.
A unit of work in Easy Flows is represented by the Work interface. A work flow is represented by the WorkFlow interface.
Easy Flows provides 4 implementations of the WorkFlow interface:
Those are the only basic flows you need to know to start creating workflows with Easy Flows.
You don't need to learn a complex notation or concepts, just a few natural APIs that are easy to think about.