-
Notifications
You must be signed in to change notification settings - Fork 0
flow
Pavol Ďuďák edited this page May 28, 2023
·
3 revisions
flow is simple process orchestrator.
Basic building blocks are handlers that defines actions to be executed. These handlers are then linked together to form flows. Flow is collection of two or more linked handlers that orchestrates their execution.
Multiple flows can be combined using operators.