cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

Need a way to track how the workflow is terminated.

sr-3
1-Newbie

Need a way to track how the workflow is terminated.

Need a way to track how the workflow is terminated.

3 REPLIES 3
jpoilvet
14-Alexandrite
(To:sr-3)

Hello,

It seems like there is no way out-of-the-box to find out who terminated a workflow.
However, you may try to execute the following SQL query :

SELECT WF.IDA2A2, WF.NAME, U.NAME FROM WFPROCESS WF, WTUSER U WHERE WF.STATE = 'CLOSED_TERMINATED' AND WF.IDA3B7=U.IDA2A2

LoriSood
22-Sapphire II
(To:sr-3)

Sabarish, were you able to get what you needed? If so, can you mark the thread as answered? If you found another way to do it other than Jerome's suggestion please let us know.

Thanks!

Open the process tab in the promotion notice info page. In the processes table right click on the process and select open process manager. Here you can find all info about your workflow process.

Top Tags