Suspend API is not terminating the Thread

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2016 10:41 AM
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
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
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2016 04:04 AM
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.
it will be very useful to see exactly what are you doing and then it will be also easier to reproduce it.
