Jump to: navigation, search

DebugMessage (Activity)


Revision as of 11:32, 19 July 2013 by JKN (Talk | contribs) (Usage)

The DebugMessage Activity writes a string to the UBIK® debugging service, which is i.e. displayed in the Code- and Workflow Debugger.

Debug Message
Name DebugMessage
Purpose Output a string to the debug window
Category Debugging
Returns True if successful
Version 2.1+



Arguments

Arguments Type Direction Purpose
UBIKObject BaseClass In A UBIK object
Text String In The text to be written

Usage

This activity is typically used to output debug information like variable values, object properties etc. during the execution of a workflow.

IC Hint square.pngOnce your workflow runs smoothly, consider removing the DebugActivities you used during design. They are lean but they still consume resources!

Example

Additional information