Closed
Solved
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?
***Edited by Moderator Marissa to change type from Pega Academy to Product, added Product details and Capability tags***
To see attachments, please log in.
@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.