workflow stage

vinuth v
Tera Expert

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".

 

vinuthv_0-1723119162927.png

execution flow,

vinuthv_1-1723119215428.png

RITM

vinuthv_2-1723119243142.png

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

 

2 REPLIES 2

Brad Bowman
Kilo Patron
Kilo Patron

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.

Hi @Brad Bowman ,

Thanks for the response,

 

I have set the state as close incomplete and stage as Request cancelled.

 

vinuthv_0-1723127794933.png