Difference between revisions of "Template:Activity/Preload"
m (moved Preload:Activity to Activity/Preload) |
|||
Line 3: | Line 3: | ||
= Description = | = Description = | ||
{{ActivityInfoBox | {{ActivityInfoBox | ||
− | | title = | + | | title = <ActivityTitle> |
− | | name = | + | | name = <ActivityName> |
| image = | | image = | ||
− | | imagecaption = Activity | + | | imagecaption = Activity <ActivityName> |
− | | purpose = | + | | purpose = <Purpose> |
− | | category = | + | | category = <UBIK Workflow Category> |
− | | returns = | + | | returns = <Return value> |
| version = 2.1.14+ | | version = 2.1.14+ | ||
}} | }} | ||
Line 18: | Line 18: | ||
! Argument !! Type !! Direction !! Purpose | ! Argument !! Type !! Direction !! Purpose | ||
|- align="left" | |- align="left" | ||
− | | | + | | <argument name> || {{DataTyp}} || In || <argument description> |
|- align="left" | |- align="left" | ||
− | | | + | | <argument name> || {{DataTyp}} || In || <argument description> |
|- align="left" | |- align="left" | ||
− | | | + | | <argument name> || {{DataTyp}} || In || <argument description> |
+ | |- align="left" | ||
+ | | <argument name> || {{DataTyp}} || In || <argument description> | ||
|} | |} | ||
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) outArgs("keyName") |