...
Output (text editor type)(type: <Collection<String>>): outputs the Workflow Tracking Data lines
Output Error Message (text editor type)(type: string): outputs the exception message in case of unsuccessful execution and empty otherwise
Output Workflow Output (text editor type)(type: <List<Dictionary<String,Object>>>): outputs a list of dictionaries containing the OutArgument’s Name, Value and Type. In order to use the output you can use the GetKeyValuePair activity with the keys: ‘Name', ‘Type’ and 'Value’
Get Workflow Out Arguments
This activity retrieves the Out Arguments for the specified workflow using the Flowster RestAPI.
Activity Parameters
The Get Workflow Out Arguments activity parameters can be provided by manual inserted values or via IN arguments or variables:
...
Parameters:
Connection (text box editor type) (type: object): Flowster Connection. The Output from Connect to Flowster RestApi activity should be used as Input for this parameter.
Timeout (text editor type)(type: int32): specify the number of minutes to wait the operation
Workflow Guid (text editor type)(type: string): enter the Workflow Guid. This parameter can be obtained from the Output parameter ofe the 'Start Flowster Workflow' activity
The Read Only Output variable are the possible output values that the activity will provide:
Output Workflow Output (text editor type)(type: <List<KeyValuePair<String,Object>>>): Outputs a list of dictionaries containing the OutArgument's as Key (Parametername as String) Value (Parametervalue as Object) pair. Values can be accessed by the activity “GetKeyValuePair” or by accessing the index and the value of the output variable. The value will be returned as object and must be converted into the correct datatype.
Start Flowster Workflow
This activity starts the specified workflow using the Flowster RestApi.
Activity Parameters
The Start Flowster Workflow activity parameters can be provided by manual inserted values or via IN arguments or variables:
...
This activity stops the specified workflow using the Flowster RestAPI.
Activity Parameters
The Stop Flowster Workflow activity parameters can be provided by manual inserted values or via IN arguments or variables:
...