Last modified on 11 March 2015, at 09:33

Activity/Preload

<Descriptive text goes here...>

Description

Invoke Workflow
Name InvokeWorkflow
Purpose Invoke a workflow
Category Control Flow
Returns True if successful
Version 2.1.14+

Arguments

Argument Type Direction Purpose
Workflow Workflow In The UBIK® workflow object to invoke
WorkflowName String In The name of the workflow to invoke, overrules the Workflow argument if set
UBIKObject BaseClass In A valid object; this argument is mandatory if WorkflowName is used

Usage

<Shortly describe how to use the activity ...>

Example

Argument Value
WorkflowName
"WFICON"
UBIKObject Connect this argument with a variable
VerboseErrors
True
InArguments
New System.Collections.Generic.Dictionary(Of String, object) _
From {{"UBIKObject", UBIKObject}}
OutArguments connect this argument with a variable of type
IDictionary(String, object)
and access the value via
outArgs("keyName")

ActivityClose

See also