- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2016 10:20 AM
I have some knowledge articles that use OOTB review(publish) workflow and some that use two level custom review workflow. I need to show their states in the list view appropriately but there seems to be no way to control the states . Is it possible to show select states for records based on the the workflow selected ? For a two level review process i want to show 'Review Level 1' and 'Review Level 2' only and for single stage records, i want to show 'Review' alone . Thanks in advance for help!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2016 11:47 AM
You shouldn't have to put any choices on the workflow field. It is usually best if those are read only so that they only get updated from the workflow itself. The workflow engine doesn't need choices, it sets the field to the stage value no matter what.
You might try changing the Stage Rendering field in the workflow properties to Workflow Driven and see if that renders the stages the way you want. With Workflow Driven, the workflow engine sets the initial stage rendering to use the "most positive" path in the workflow and then changes it as needed as the workflow progresses. Just remember that when you change a workflow it doesn't change any currently running workflow contexts, only new ones. So to see your changes you have to create a new record that starts a new workflow context.
-Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2017 08:35 PM
He asked about state but answers are all about stages