Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 12 Next »

Activities

Connect To Flowster RestApi

This activity creates a new connection to the Flowster RestApi.

Activity Parameters

The Connect To Flowster RestApi activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • Password (text box editor type) (type: string): enter the user password

  • Pasword Binding (text box editor type) (type: string): bind to a variable containing the encrypted password for connection. (This parameter is used only when the user wants to send an encrypted password from outside the task, for example Flowster Studio Portal)

  • Rest API Adress (text box editor type) (type: string): enter the Rest API Adress. It can be copied from the Flowster Administrator by selecting the ClientApp for the RestAPI

  • Tenant Name (combo box editor type) (type: string): enter the Tenant Name for the RestAPI user

  • Username (text box editor type) (type: string): enter the username with domain (example: “domain\\user“)

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

  • Connection (text box editor type) (type: object): outputs the Flowster connection. The output from this activity should be used as input in all activities placed under the 'Flowster Activities/v5' category

Disconnect From Flowster RestAPI

This activity disconnects the specified Flowster RestAPI connection.

Activity Parameters

The Disconnect From Flowster RestAPI 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.

Edit Workflow Status

This activity activate or deactivate the specified workflow using the Flowster RestAPI.

Activity Parameters

The Edit Workflow Status 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.

  • Status (combo box editor type)(type: string): choose the new status for the specified workflow

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

  • Workflow ID (text editor type)(type: int32): enter the ID for the workflow in which the workflow timestamps will be deactivated or the last timestamp will be activated

  • Workflow Timestamp ID (text editor type)(type: int32): enter the ID for the workflow timestamp that you want to activate/deactivate. This parameter takes precedence over the 'Workflow ID' parameter.

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

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

Get File Repository Content

This activity gets the content of the active version of the file.

Activity Parameters

The Get File Repository Content 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.

  • File Path (text box editor type) (type: string): the path to the file in the following format: “RootFolder/SubFolder/File“

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

  • File Content (type: string): returns the content of the file.

Get Workflow Execution Status

This activity retrieves the status for the specified workflow using the Flowster RestAPI.

Activity Parameters

The Get Workflow Execution Status 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 of the 'Start Flowster Workflow' activity

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

  • Output (text editor type)(type: string): outputs the Workflow Execution Status. Valid Status: ‘Completed',’Aborted','Terminated','Error','Denied','Expired','Exception','Started'

Get Workflow Parameters

This activity gets the specified workflow’s parameters using the Flowster RestAPI.

Activity Parameters

The Get Workflow Parameters activity parameters can be provided by manual inserted values or via IN arguments or variables:

Get Workflow Tracking Data

This activity retrieves the Tracking Data for the specified workflow using the Flowster RestAPI.

Activity Parameters

The Get Workflow Tracking Data activity parameters can be provided by manual inserted values or via IN arguments or variables:

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:

Stop Flowster Workflow

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:

  • No labels