-
Notifications
You must be signed in to change notification settings - Fork 216
Home
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.
-
Introduction
-
User guide
-
Get involved