The parser generates report containing WorkFlow and Mappings description and many different properties (currently mostly session properties) to allow simple and fast validating of selected properties in one place as well as report generation for documenting purposes.
Usage: command line execution with WorkFlow name as parameter, ie.:
wf_parse_report.exe <WORKFLOW_NAME>
An XML file containing the WorkFlow must be placed in the same directory. Two output files are being created:
- <WORKFLOW_NAME>.txt – file containing the report, uses same name as the validated WorkFlow
- wf_parse_report.log – execution log (incremented)
Additional checks can be incorporated if needed.
On demand error reporting version can be created. It creates additional ERRORS FOUND section in the report. Listing any errors defined. List of errors to be checked must be defined individually.