Workflow Question
Hi, I am using pega 7.2
I have a workflow that routes a request through several approval work baskets. At any point an approver can request additional information from the requestor, and once the requestor provides an update, the workflow should return and resume from that approvers basket.
I am trying to decide the best way to handle this ....such as using an alternate stage or subprocess, and if its an alternate stage, how to return to the specific approver's work basket (where is this stored)?
thanks