- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2014 01:42 AM
Hi experts,
Please help why this change task state shows an integer value. It should also show as 'Open' like the first change task.
Attached snap shot. But when the forst change task is closed it reflects to 'Open'. Why during genretaing it shows -5 ?
Can anyone plz help
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2014 12:28 PM
you have the WF creating the tasks in series the 2nd task will be set with state= Pending (-5) and will be waiting for the first to be closed. Seen this issue on Demo instance so i guess it a configuration miss in Dublin
I you need to create a Value(-5) + Label in the choice list for change (or task).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2014 02:39 AM
most likely a value set be a script and is missing a corresponding choice value/label
similar case in this post
Servicenow changes state to "(1)"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2014 02:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2014 03:51 AM
Check the default values in the for State i ´for change task dictionary and check the Create tasks activities in workflow to verify if there are any default values set
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2014 05:09 AM
Hi Daniel,
The first activity - Create task is ok, If I am using the same activity , it should have the same feature?
I just added two conditions for completion and failure.
Thanks