Changes
/* Arguments */
| Workflow|| Workflow|| In || The {{UBIK}} workflow object to invoke
|- align="left"
| WorkflowName|| String{{Text}}|| 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
| VerboseErrors|| Boolean|| In|| True to show workflow errors on the UI, false to suppress them
|- align="left"
| InArguments|| DictionaryIDictionary<string, object>|| In|| A list with arguments to pass to the workflow
|- align="left"
| OutArguments|| Dictionary<string, object>|| Out|| A list of arguments returned from the workflow, empty if none are returned