Please enable JavaScript to view this site.

InterFormNG2 Manual (older version)

This advanced utilities workflow component retrieves a job log and copies it into the payload (and overwrites the previous contents) of the current workflow in XML format.

 

As default the component retrieves the job log of the current workflow. Alternatively you refer to a unique value of the Log info key meta data key to retrieve the log of another workflow.

 

The Log to XML workflow component has this single parameter:

 

NG2WorkflowLogToXML0001

 

Log-line name

If the log-line name is blank, then the XML payload file will be assigned to the log of the current workflow. If it is filled out, the a match is found where the value stated here is compared to the Log info key setup in other workflows.

 

 

The XML structure of the log looks like below:

 

NG2WorkflowLogToXML002

 

If you want to present the contents in a template, then you can consider a template similar to this:

 

 

NG2WorkflowLogToXML003

 

This creates an output similar to this:

 

NG2WorkflowLogToXML004

 

This reflects the elements of this workflow:

 

NG2WorkflowLogToXML005

 

The Error component triggers a call to an On Error workflow, which executes the Log To XML component and generates a PDF like above:

 

NG2WorkflowLogToXML007