Jump to: navigation, search

Difference between revisions of "Template:Activity/Preload"


Line 51: Line 51:
 
==See also==
 
==See also==
 
* [[Workflow Designer]]
 
* [[Workflow Designer]]
* [[Activity:InvokeInterface (Activity)]]
 
  
 
[[Category:Activities]]
 
[[Category:Activities]]

Revision as of 10:43, 11 March 2015

<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