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)