This task writes data to the request trace.
Trace settings
Description
Contains a description of the task, enter the reason for its existence here.
JSON key: description
Default value: Blank
Input
Enter the input here - see Scripts and Macros for details on how to specify macro content.
JSON key: input
Default value: None
JSON Configuration
Below is a set of example configuration.
Code Block |
---|
{
"input": "Validation of JSON done.",
"description": "that we are done",
"class": "io.ceptor.pipeline.tasks.TraceTask"
} |