Changes

Code Editor

1 byte added, 07:44, 24 July 2013
/* Start workflow snippet */
This code locates the workflow object at the MetaClass of the object using its ''UID'', loads the declared [http://en.wikipedia.org/wiki/Extensible_Application_Markup_Language XAML] code and sends it to the invoker. The calling object will be passed to the workflow as first and only parameter ''UBIKObject''.
{{Hint|If you need the workflow to be executed conditionally, just wrap the conditions (e.g. an <code>if</code> block ) around the generated snippet!}}
==Other functionality==