cancel
Showing results for 
Search instead for 
Did you mean: 

Suspend API is not terminating the Thread

chandanmb1
Champ on-the-rise
Champ on-the-rise
Hello,

I am trying to pause an execution of the workflow. So, i thought of trying SuspendProcessInstance(ID).
It is somehow stopping but the execution thread is still active.

My scenario is to

1. Start the Workflow
2. Pause the Execution by some means (API)
3. Restart the Execution from where i have paused (API)

How to achieve this above scenario ?

Regards,
Chandan
1 REPLY 1

vasile_dirla
Star Contributor
Star Contributor
could you please provide a unit test,
it will be very useful to see exactly what are you doing and then it will be also easier to reproduce it.