...
Table of Contents | ||||
---|---|---|---|---|
|
...
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:
...
Connection (text box editor type) (type: stringobject): 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“
...
File Content (type: string): returns the content of the file.