Replies: 1 comment 1 reply
-
I think i get the idea, you can first use waitfor to make the workflowcore wait until certain event is triggered, and then at that moment, the lock is released then you can call suspend and resume. You can not suspend a running workflow. Am i right? @danielgerlag |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a running workflow, I want to suspend it during the running, but the call to 'workflowhost.Suspendworkflow' always return false, anyone knows how to make this happen?
Beta Was this translation helpful? Give feedback.
All reactions