Difference between revisions of "Activity:DebugMessage (Activity)"
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
The DebugMessage Activity writes a string to the {{UBIK}} debugging service, which is i.e. displayed in the [[Debugger|Code- and Workflow Debugger]]. | The DebugMessage Activity writes a string to the {{UBIK}} debugging service, which is i.e. displayed in the [[Debugger|Code- and Workflow Debugger]]. | ||
+ | = Description = | ||
{{ActivityInfoBox | {{ActivityInfoBox | ||
| title = Debug Message | | title = Debug Message | ||
Line 10: | Line 11: | ||
| version = 2.1+ | | version = 2.1+ | ||
}} | }} | ||
− | |||
− | |||
===Arguments=== | ===Arguments=== | ||
Line 25: | Line 24: | ||
|} | |} | ||
− | ==Usage== | + | ===Usage=== |
This activity is typically used to output debug information like variable values, object properties etc. during the execution of a workflow. | This activity is typically used to output debug information like variable values, object properties etc. during the execution of a workflow. | ||
Line 43: | Line 42: | ||
|} | |} | ||
− | {{ | + | {{Activity/End}} |
==See also== | ==See also== |
Latest revision as of 10:23, 19 March 2015
The DebugMessage Activity writes a string to the UBIK® debugging service, which is i.e. displayed in the Code- and Workflow Debugger.