Question
1
Replies
39
Views
Posted: April 21, 2020
Last activity: April 21, 2020
which rule links different stages together in a casetype and different processes in the same stage
how pega links different stages together in a casetype and different processes in the same stage
1.how pega links/calls the stage related flows
2.how pega links/calls the subprocess or next stage process/flow from stage1 to next stage
3.how pega links/calls the subprocess or alternate processes from stage1 to alternate stage
The configuration details are stored in the Case Type rule. The pzOnProcessEnd activity is called when a flow ends and it writes the stage history and invokes the Case Type rule to execute the next stage and flow.