Jump to: navigation, search

Activity/Preload


Revision as of 10:43, 11 March 2015 by KNO (Talk | contribs)

<Descriptive text goes here...>

Description

<ActivityTitle>
Name <ActivityName>
Purpose <Purpose>
Category <UBIK Workflow Category>
Returns <Return value>
Version 2.1.14+

Arguments

Argument Type Direction Purpose
<argument name> DataTyp In <argument description>
<argument name> DataTyp In <argument description>
<argument name> DataTyp In <argument description>
<argument name> DataTyp In <argument description>

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