Workflows in applications can be designed in various patterns depending on the business requirement. Although the Workflow Designer allows full customization, most workflows fall under the following types:
A straight-through, step-by-step sequence where each task flows to the next without branching. See how sequential workflows work
Characteristics:
Multiple steps can run simultaneously, allowing more than one actor to work at the same time. See how parallel workflows work
Characteristics:
The workflow changes its path based on conditions, rules, or data values. See how conditional workflows work
Characteristics: