Difference between revisions of "Activity:InvokeWorkflow (Activity)"
(→See also) |
|||
Line 1: | Line 1: | ||
+ | The InvokeWorkflow activity invokes a {{UBIK}} [[Workflow|workflow]]. | ||
+ | = Description = | ||
{{ActivityInfoBox | {{ActivityInfoBox | ||
| title = Invoke Workflow | | title = Invoke Workflow | ||
Line 9: | Line 11: | ||
| version = 2.1.14+ | | version = 2.1.14+ | ||
}} | }} | ||
− | |||
− | ==Arguments== | + | ===Arguments=== |
{| class="wikitable sortable" | width = "50%" | {| class="wikitable sortable" | width = "50%" | ||
|- | |- | ||
Line 31: | Line 32: | ||
|} | |} | ||
− | ==Usage== | + | ===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. | 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. | ||
− | + | =Example= | |
− | + | ||
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: | 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: | ||
Line 54: | Line 53: | ||
| 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> | | 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== | ==See also== | ||
Line 59: | Line 60: | ||
* [[Activity:InvokeInterface (Activity)]] | * [[Activity:InvokeInterface (Activity)]] | ||
− | + | [[Category:Activities]] |
Revision as of 10:03, 10 March 2015
The InvokeWorkflow activity invokes a UBIK® Workflow.