Debug Process
  • 12 Dec 2023
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Debug Process

  • Dark
    Light
  • PDF

Article Summary

You can debug a Process to see the details of each stage and to make sure all the internal stages work properly. To do so:

  1. Open your Process, click the expand icon next to the status name, from the dropdown list, select Debug, and then on the upper panel, click Debug.
    Select Debug1

  2. In the New Task dialog of the Debug mode, enter task parameters, and then click Add task.
    Enter param1

  3. After the message “Task was sent” appears, click the Forward button Forward.
    Task was sent

You can see the first stage of your task in the Process, and the details appear on the Result of the execution of the last tact panel.

First step

Task parameters can be edited directly in the debugging process.

Every time you click the Forward button Forward, the next stage details appear on the right panel, and you can check if it works properly step by step. You can also use other buttons on the upper panel:

  • Repeat Repeat button: To repeat the needed stage.
  • Play Play button: To play the whole Process.
  • Back Back button: To go one step back.

You can modify the Process debugging by adding:

  • Breakpoint Add breakpoint button: To add the final point to the needed place in a Process.
    breakpoint_add

  • Start point Add start point button: To add the start point to the needed place in a Process.
    add_start_point

To remove the breakpoint or start point, click it and press the Delete button on your keyboard.

Below, you can see an example of debugging a Process with delay.
dabug_delay


Was this article helpful?

What's Next