Jump to: navigation, search

Difference between revisions of "Template:Activity/Preload"


Line 35: Line 35:
 
! Argument!! Value
 
! Argument!! Value
 
|- align="left"
 
|- align="left"
| WorkflowName|| <source lang = "vbnet">"WFICON"</source>
+
| argument || example of value
 
|- align="left"
 
|- align="left"
| UBIKObject|| Connect this argument with a variable
+
| argument || example of value
|- align="left"
+
| VerboseErrors|| <source lang = "vbnet">True</source>
+
|- align="left"
+
| InArguments||  <source lang = "vbnet">New System.Collections.Generic.Dictionary(Of String, object) _
+
From {{"UBIKObject", UBIKObject}}</source>
+
|- align="left"
+
| OutArguments || connect this argument with a variable of type <source lang = "vbnet">IDictionary(String, object)</source> and access the value via <source lang = "vbnet">outArgs("keyName")</source>
+
 
|}
 
|}
  

Revision as of 10:44, 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
argument example of value
argument example of value

ActivityClose

See also