workflow stage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2024 05:17 AM
Hi All,
I am working on the one of the form in this form I am using workflow.
In the set values I have set the Stage as "Request cancelled" but in the RITM it's showing as "Completed".
execution flow,
RITM
I checked in the scripting part as well, It's not set in the scripting part as well.
Can any one please suggest, why it's showing as completed in RITM.
Thanks in advance,
Vinuth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2024 06:33 AM
When the workflow reaches the End activity, the RITM Stage becomes Completed due to an out of box Business Rule and Script Include. The State field is provided to further indicate the result. When we want the Stage to show Request Canceled, we set the State to Closed Incomplete and Active to false in the Set Values activity. This triggers the Business Rule to cancel the workflow and set the Stage to Request Canceled.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2024 07:37 AM
Hi @Brad Bowman ,
Thanks for the response,
I have set the state as close incomplete and stage as Request cancelled.