Skip to main content
1-Visitor
September 22, 2015
Question

Need a way to track how the workflow is terminated.

  • September 22, 2015
  • 3 replies
  • 1801 views

Need a way to track how the workflow is terminated.

3 replies

14-Alexandrite
January 12, 2016

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

23-Emerald II
January 13, 2016

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!

1-Visitor
January 13, 2016

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.