Task Flow
Task Flow Features
Can use the output of the task that ran before it.
Can run the task once or multiple times.
Creating Task Flow
Go to the Task Flows page within API Integration under the Development tab from the navigation bar on the left side of your screen.

Create a new Task Flow by clicking the Create button in the top right corner.
Create the task flow by naming it and clicking the Save and Next button.

Creation Form Fields
Field: Name
Type: string
Required: Yes
Unique name that identifies the task flow
Field: Description
Type: string
Required: No
Information text about the content of the task flow (optional)
Task Flow Configurations
Configuration Fields
Basic Information
The name of the task flow as it appears in the list. It is required and must be unique within the project.
Description related to the task flow.
Status and Monitoring
Indicates whether the task flow is active/passive.
Indicates whether the Trace (Debugging) feature is on/off.
Triggering and Tasks
Indicates how often the task flow will be automatically triggered.
Tasks defined in the content of the task flow are shown on the graph. Addition, deletion, and configuration operations are performed from here.
Option to trigger the task flow via its REST API endpoint.
Indicates actions to be performed if an error occurs during the execution of the defined task flow.
Trigger Frequency Configuration (Trigger Every)
You can define a scheduler to automatically run the task flow at specific times.
Configuration regarding how often the created task flow should be triggered is performed through the window that opens when the Change button under Trigger Every is pressed.

Fill the Value and Unit fields to define the scheduler configuration.

Available units:
- Minute - Minute
- Hour - Hour
- Custom - Custom Quartz Cron Expression
Scheduling can be done with the desired Quartz Cron Expression by selecting the Custom option in the scheduler definition.
Task Flow Definition Settings
Task flow definition settings are performed through the window that opens via the Edit button in the top right corner.
The name of the task flow as it appears in the list. It is required and must be unique within the project.
Description related to the task flow.
Active/passive status of the task flow.
Status of monitoring task flow steps. When active, data belonging to running steps is shown in logs, while when passive (suspend), detailed logging is not performed.