Question
How do we customize the WorkParty functionality?
I want to customize the workparty functionality. My requirement is as follows.
1. there will be multiple repeating workparties for a case.(example: approver, manager, reviewer)
2. on each stage of the case only a specific workparty can be added and notified.
(example: first stage allow only approvers to be added, 2nd stage allow managers to be added, 3rd stage allow reviewers to be added)
query : How can we customize the workparty section so that it allows only a specific workparty to be added?
What are the possible ways to implement this?
I am looking at an 8.3.2 system and see the pyGetWorkPartyOptions activity is used to load the options for the 'Add participants' dropdown. The rule is available so you could add custom logic to only display the desired options based on the current stage.