Execution trace for decision runtime

An execution trace shows an actual graph or tree of information that represents the execution of a decision service. You can display an execution trace by specifying the executionTraceFilters parameter in the request body when your application calls a decision service with the decision runtime REST API.

The executionTraceFilters parameter is a JSON object that specifies which traces are activated in which format.

If this parameter is not set, the execution trace is null as a result.

The format for the request body in JSON payload:
{
  "executionId": "<value_1>",
  "input": "<value_2>",
  "executionTraceFilters": { ... }
}
Restriction: The trace limit cannot exceed 10 MB.
Tip: You can use the objectsInMemoryLimit option in TraceConfiguration to manage the memory used by the trace.

For more information about the parameters, see the schema of TraceConfiguration in the decision runtime REST API reference in Reference.