Tasks represent actions executed within a stage of a flow. They define activities that can be performed manually by users or automatically by the system during the flow execution.Tasks are always executed within a stage of a flow.
A task cannot exist independently and must be associated with a stage.
A task may perform different types of operations such as:requesting user confirmation
Integration tasks allow the flow to interact with external services such as digital signature providers.
Different integrations may require different configurations inside integration_data.
Each task is associated with a stage, and its behavior is defined through configuration such as:responsibility assignments
Tasks are created and managed through the API endpoints listed below.These endpoints allow you to programmatically manage tasks within stages of a flow.
Available Endpoints#