Question
1
Replies
38
Views
Posted: March 9, 2020
Last activity: March 9, 2020
Change Stage in data class flows
I have a approvals flow in Data-ApproverList class, i needed this design as i need to Splitforeach approval flow for each page in .ApproverList().
Now in the approvals flow, pega dont allow o add Autamation shapes like ChangeStage on approval rejection. Is there a other best practice to impliment this please?
The other way to achieve this is to use tickets.
On the assignment to where you want to jump, configure the ticket details and after the approval rejection, call the OOTB activity "setTicket" and pass the above configured ticket name as parameter.