Setting values in Workflow Catalog task
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2014 02:47 PM
I am attempting to create a workflow that will allow me to set some values in a workflow catalog task. The example in the advanced field shows to qualify the field name with task ( task.approval = 'Approved').
My issue is, this doesn't work. I have tried every way to get the values to set, and found one that partially works:
task.approval.setValue('Approved'); which finally sets Approval to approved.
task.assignment_group.setValue("Service Desk'); doesn't work. My assumption is that these values are not stored together on the same table, or else it would work, right?
Any ideas on how to set assignment group in workflow advanced script?
Thanks in advance.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2014 03:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2014 06:33 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2014 07:04 AM
From the information provided, I really don't see why it would not work.
As a test, You might try creating just a test group to rule out any issue with the group itself.
I would also try adding the group name into the fulfillment group field on the activity properties, just to see if you can get a task created with an assignment group from there.
Unless Brad has any other suggestions, or those tests give you other leads, I am at a loss. Might be time for a HI ticket.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2014 07:32 AM
I have tried just adding the group name to the activity, and from day 1 that never worked. The only way I could assign a group to a catalog item up to now is to specify the group in the maintain items form.
I will try with a test group, here's to hoping for the best.
Thanks a bunch for your assistance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2014 08:34 AM
No luck, so not group creation/setting issue. I will have to go to HI as you stated.
Thanks again.