Workflow does not stop even after using the GetStopStatus activity on the VM. What could be the cause, and how can I address it?
Unleash your potential – connect, collaborate, and automate with our powerful solutions.
Workflow does not stop even after using the GetStopStatus activity on the VM. What could be the cause, and how can I address it?
@abi-nandhan his issue can occur when the GetStopStatus activity is unable to respond to the stop command because the workflow is stuck in a loop or a long-running transaction. If the bot is in this state, it may not reach a point where it can check for the stop status or exit gracefully.
@abi-nandhan
You can implement the following actions to improve the responsiveness of your workflow to stop commands:
By following these steps, you can enhance the ability of your workflows to respond to stop commands promptly.