Trigger task to an assignment group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2023 08:53 PM
All,
I have a request where I need to trigger a task depending on the previous task.
From the screenshot below, I need to trigger an LWS record to the selected assignment group Business Intelligence. The variables are present on the first task and depending on the options selected the LWS task needs to be triggered.
Can you please help me with the script and the workflow?
Thanks,
Mallika
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2023 10:22 AM
In the Catalog Task definition, leave the Fulfillment group field empty, then check the Advanced box. The Advanced script would simply be:
task.assignment_group = current.variables.var_name
where var_name = the name of the reference variable containing the group