Workflow Sequencing

Workflow sequencing deals with how it works, why it is required, and the criteria for picking up messages.

Workflow sequencing also deals with workflows that are influenced by sequencing, and configuration of sequencing.

The application allows for execution of multiple workflows in parallel, which may work on overlapping sets of records. As records and hierarchies are modified concurrently, sequencing of changes is required to ensure that changes are applied in order and without data corruption.

Enforcement of sequencing of workflows ensures that there is no loss of data or state due to concurrent modification to common data, if any, shared by the workflows.