Changes

Code Editor

16 bytes added, 11:27, 19 July 2013
/* Start workflow snippet */
</source>
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!}}