Process debugging
Debugging allows testing and debugging of process maps at runtime. Debugging increases efficiency as issues can be identified much quicker when developing a solution.
Debugging can be done on synchronous/asynchronous business processes, cases, case fragments, and skin templates.
Advanced workflow rules (including concurrent activity access) are not supported in debug jobs.
In a debug mode, you can do the following:
-
Set breakpoints.
-
View and edit variable values.
-
Step through the activities, set next to another activity, or run to the next breakpoint.
-
View job history, and job-related information, and update where appropriate.
-
A breakpoint is a point where you can set a break in the execution of an activity (all activity types). At runtime the activity becomes pending where the breakpoint is set.
-
A breakpoint cannot be set on Start node, End node, or Decision.
How to: debug a process