Jump to: navigation, search

Difference between revisions of "Template:Activity/Preload"


m
 
(12 intermediate revisions by the same user not shown)
Line 10: Line 10:
 
| category = <UBIK Workflow Category>
 
| category = <UBIK Workflow Category>
 
| returns = <Return value>
 
| returns = <Return value>
| version = 2.1.14+
+
| version = <available from version>+
 
}}
 
}}
  
Line 18: Line 18:
 
! Argument !! Type !! Direction !! Purpose  
 
! Argument !! Type !! Direction !! Purpose  
 
|- align="left"
 
|- align="left"
| <argument name> || {{DataTyp}} || In || <argument description>
+
| <argument name> || {{DataType}} || In || <argument description>
 
|- align="left"
 
|- align="left"
| <argument name> || {{DataTyp}} || In || <argument description>
+
| <argument name> || {{DataType}} || In || <argument description>
 
|- align="left"
 
|- align="left"
| <argument name> || {{DataTyp}} || In || <argument description>
+
| <argument name> || {{DataType}} || In || <argument description>
 
|- align="left"
 
|- align="left"
| <argument name> || {{DataTyp}} || In || <argument description>
+
| <argument name> || {{DataType}} || In || <argument description>
 
|}
 
|}
  
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>
+
 
|}
 
|}
  
{{ActivityClose}}
+
<!-- DO NOT REMOVE THIS -->{{Template:Activity/End}}<!-- DO NOT REMOVE THIS -->
  
 
==See also==
 
==See also==
 
* [[Workflow Designer]]
 
* [[Workflow Designer]]
* [[Activity:InvokeInterface (Activity)]]
 
  
[[Category:Activities]]
+
<includeonly>[[Category:Activities]]</includeonly>

Latest revision as of 08:37, 15 February 2016

<Descriptive text goes here...>

[edit]

Description

<ActivityTitle>
Name <ActivityName>
Purpose <Purpose>
Category <UBIK Workflow Category>
Returns <Return value>
Version <available from version>+

Arguments

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

Usage

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

Example

Argument Value
argument example of value
argument example of value


See also