Changes
The InvokeWorkflow activity invokes a {{UBIK}} [[Workflow|workflow]].
= Description =
{{ActivityInfoBox
| title = Invoke Workflow
| version = 2.1.14+
}}
===Arguments===
{| class="wikitable sortable" | width = "50%"
|-
|}
===Usage===
This activity is used to load and invoke workflows from within a workflow. It is very useful to split complex workflows into handy and reusable portions and invoke them from other workflows.
Assign an icon to a given object by invoking the workflow ''WFICON'' and passing the object stored in the variable ''UBIKObject'' as first and only argument:
| OutArguments || connect this argument with a variable of type <source lang = "vbnet">IDictionary(String, object)</source> and access the value via <source lang = "vbnet">outArgs("keyName")</source>
|}
{{ActivityClose}}
==See also==
* [[Activity:InvokeInterface (Activity)]]