Which type of workflow is flow-based, progresses from one stage to the next, and does not step backward?
- sequential
- state machine
- rules-driven
- object-based
- process-based
Explanation & Hint:
The type of workflow that is flow-based, progresses from one stage to the next, and does not step backward is typically referred to as a sequential workflow. In a sequential workflow, tasks or steps are executed in a predefined order, and progression is linear, with each step leading to the next. Once a step is completed, the workflow moves forward to the next step, and there is no need to revisit previous steps. This type of workflow is often used for processes that have a fixed and unidirectional order of execution. |