How Can We Help?
Question
I was wondering if there is a way to send a specific activityA specific step in a process. It will be the user interface for that step (web form or a screen), for example, the Leave Application (screen interface or web form) will be the first Activity in the Leave Requisition process. The Leave Application Authorization will be the second step or Activity in the Leave Requisition process. One Process can have multiple activities. to a dynamic group, but instead of using the dynamic group event create type I could use the command option script like with the dynamic role examples.
Currently, there are two ways to do dynamic role routing.
One is to set the next activity creation type to dynamic and pointing to a form object the will contain the role name.
The other is where the role name is appended to the command option trigger script using the colons.
e.g. return “triggername:::rolename”;
I was wondering if there is a way to use the latter method for dynamic group routing.
Answer
The short answer is currently the overload on the trigger only allows for Roles and not Role Groups.
Can you describe a scenario where the above would be used versus the dynamic group creation type so we can add it to the feature list for discussion?
Comments are closed.