This advanced debugging component outputs all the payload and all the workflow variables (including the values) into the job log and the system log.
The component has no parameters.
You can e.g. use this to debug your workflow.
It is possible to gain access to the debug information within the current workflow as described below-
The Log to XML component can e.g. be used together with Debug headers component to dump the values of all workflow variables. The debug headers function lists all defined variables and their variables and adds them to the system log and the current job log, and you can even retrieve that information in the current workflow. Here is an example:
In the workflow above these 4 steps are used:
This workflow writes the job log of the current workflow into an output file:
The output file looks like below in this case:
It can be quite tricky, but in principle the workflow can extract information from this job log and use that in the processing.