A Parallel Workflow in Quixy allows multiple process steps to run at the same time instead of one after another. This workflow is used when different users or departments must act simultaneously before the process moves to the next stage.
Unlike a Sequential Workflow (which follows a straight path), a Parallel Workflow splits the process into multiple paths, executes them together, and then joins them again before continuing.
Tip
Use a Parallel Workflow when your process requires multiple approvals or actions at once.