Jump to: navigation, search

Difference between revisions of "Template:Activity/Preload"


Line 3: Line 3:
 
= Description =
 
= Description =
 
{{ActivityInfoBox
 
{{ActivityInfoBox
| title = Invoke Workflow
+
| title = <ActivityTitle>
| name = InvokeWorkflow
+
| name = <ActivityName>
 
| image =  
 
| image =  
| imagecaption = Activity InvokeWorkflow
+
| imagecaption = Activity <ActivityName>
| purpose = Invoke a workflow
+
| purpose = <Purpose>
| category = Control Flow
+
| category = <UBIK Workflow Category>
| returns = True if successful
+
| 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"
| Workflow|| [[Workflow]]|| In || The {{UBIK}} workflow object to invoke
+
| <argument name> || {{DataTyp}} || In || <argument description>
 
|- align="left"
 
|- align="left"
| WorkflowName|| {{String_MSDN}}|| In || The name of the workflow to invoke, overrules the ''Workflow'' argument if set
+
| <argument name> || {{DataTyp}} || In || <argument description>
 
|- align="left"
 
|- align="left"
| UBIKObject|| [[BaseClass]] || In || A valid object; this argument is mandatory if ''WorkflowName'' is used
+
| <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)
and access the value via
outArgs("keyName")

ActivityClose

See also