Hi @akshaaga , you got the logic correct, but we can stop the workflow by calling Stop method, even though workflow is in paused state.
So this statement is false for my case: In other words, calling xtk.workflow.Stop(wf.@id) will not resume a paused workflow or change its state from paused to an...