A pega application handles employee onboarding. The flow includes steps like background checks, document submission, and equipment allocation. How would I ensure sequential execution of these steps?

A pega application handles employee onboarding. The flow includes steps like background checks, document submission, and equipment allocation. How would I ensure sequential execution of these steps?

@SagarS98 - Add a multi step form for these details to navigate forward and backward to fill the details.

Thank you.

@SagarS98

If a single user is performing all the steps, then follow Priyanka’s suggestion to use Multi steps.

If each step is performed by a different user, define the steps with appropriate routing. The system out-of-the-box (OOTB) will handle each step sequentially, waiting for the previous step to be completed before moving on to the next one.

If Background Check, Document Submission is eligible for child cases, then leverage wait shape for Background check child case to to be resolved before proceeding to Document submission.