-
Notifications
You must be signed in to change notification settings - Fork 44
Introduction to Flux
Regunath B edited this page Sep 17, 2021
·
1 revision
Flux is a state machine orchestrator. It encapsulates a rich set of capabilities those a traditional state machine does not provide out of the box. These capabilities include fork-join, checkpointing, replay-ability, roll back, on-entry and on-exit hooks etc., Please go through the features page of flux to get hold of all the features.