}}
The InvokeWorkflow activity invokes a {{UBIK}} [[Workflow|workflow]].
==Arguments==
{| class="wikitable sortable" | width = "50%"
|-
! Argument !! Type !! Direction !! Purpose
|- align="left"
| Workflow|| [[Workflow]]|| In || The {{UBIK}} workflow object to invoke
|- align="left"
| WorkflowName|| {{TextString_MSDN}}|| In || The name of the workflow to invoke, overrules the ''Workflow'' argument if set
|- align="left"
| UBIKObject|| [[BaseClass ]] || In || A valid object; this argument is mandatory if ''WorkflowName'' is used
|- align="left"
| VerboseErrors|| {{BooleanBoolean_MSDN}}|| In|| True to show workflow errors on the UI, false to suppress them
|- align="left"
| InArguments|| IDictionary<string{{String_MSDN}}, object{{Object_MSDN}}>|| In|| A list with arguments to pass to the workflow
|- align="left"
| OutArguments|| Dictionary<string{{String_MSDN}}, object{{Object_MSDN}}>|| Out|| A list of arguments returned from the workflow, empty if none are returned
|- align="left"
| Result|| Boolean{{Boolean_MSDN}}|| Out || True if successful, false if failed
|}