- 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-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-20-2014 02:44 PM
Go to the Change Task form and right click on the state field and personalize choices. Ensure that 'Pending' is a valid value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2014 05:40 AM
Resolved Gyus. From personalise the option was added then it was showing the Label instead of integer.
Thanks all for your help.