Jump to: navigation, search

Difference between revisions of "Template:Activity/Preload"


(Created page with "<Descriptive text goes here...> = Description = {{ActivityInfoBox | title = Invoke Workflow | name = InvokeWorkflow | image = | imagecaption = Activity InvokeWorkflow | purp...")
 
(No difference)

Revision as of 09:33, 11 March 2015

<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