Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Prints the supplied argument to the output target specified in the Execution tab of the Workflow Properties dialog. Valid options are Event or File . If File is selected, the debug is saved in the temporary directory as stated in the system property pico.tmpdir. The file is to be called debug/<workflow name>. It can also be set directly using this property, mz.wf.debugdir .Each time the workflow is activated resulting in new debug information being written, the existing file is overwritten. If Event is selected, the output is shown in the Workflow Monitor. For further information, see Workflow Monitor.

Code Block
void debug( arg )

...