Process element parameters determine the behavior of the element in each particular process instance. Tracing the actual parameter values that were used in a specific process instance is a great way to test and debug business processes in Creatio.
You can enable tracing for a particular process by selecting the Trace enabled checkbox on the process properties page of the Process library section. Trace data becomes available on the Process elements detail of the process log page for all process instances that have been run while the checkbox is selected.
To trace process parameter values:
-
Enable parameter value tracing for that process:
-
Open the Process library section.
-
Select the needed process and click Properties.
-
Select the Trace enabled checkbox on the process properties page.
-
Save changes made to the process properties page.
-
-
Run the process.
-
Go to the Process log section.
-
Open the process log entry for the process instance that you just run.
-
On the Process elements detail, select a process element whose parameter values you need to check.
-
Click the Show trace data button (Fig. 1).
As a result, a parameter trace dialog will open, showing values for all parameters of the process element, before and after element execution (Fig. 2). The trace data are shown in the JSON format. The trace log displays both the element parameters and the process parameters before and after element execution.
For example, according to the text on the figure, the value of the “Approval objective” parameter has changed from empty to “Approve contract specification,” the value of the “Delegation permitted” parameter changed from “False” to “True,” etc.