Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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’

...

The Stop Flowster Workflow 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.

  • Scheduled Workflow ID (text editor type)(type: int32): enter the ID for the scheduled workflow that you want to stop, or bind this parameter to the ‘OutputScheduledWfID' from the 'Start Flowster Workflow’ activity

  • Timeout (text editor type)(type: int32): specify the number of minutes to wait the operation

  • Workflow Guid (text editor type)(type: string): enter the GUID for the workflow timestamp that you want to stop, or bind this parameter to the ‘Output Guid' from the ‘Start Flowster workflow’ activity. This parameter takes precedence over the 'Scheduled Workflow ID’ parameter

The Read Only Output variable are the possible output values that the activity will provide:

  • Output (text editor type)(type: boolean): outputs True if the operation succeeded, otherwise False