How to run workflow and debug
- Run a workflow
To execute a workflow created in Studio, you can simply click the "Start" button located at the top of the Studio screen.
2. Run Debug
To perform debugging, you first need to set a breakpoint. By setting a breakpoint, you can debug the workflow up to the specific activity where the breakpoint is set.
To set a breakpoint, right-click on the activity where you want to set the breakpoint, and select "Toggle Breakpoint" from the options.
When a breakpoint is set, a red mark will appear on the activity as shown below.
Once the breakpoint is set, click the "Debug" button located at the top of the Studio screen to start the debug execution.
When you perform the debug execution, the workflow will run up to the point where the breakpoint is set and then pause.
If you want to continue executing the activities beyond the breakpoint, click the "Continue" button.
Conversely, if you want to stop the debugging, click the "Stop" button to exit the debug mode.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article