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

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

Need a way to track how the workflow is terminated.

sr-3
1-Visitor

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 III
(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.

Announcements


Top Tags