âī¸Workflows
The Workflow feature processes data through various customizable nodes, enabling sophisticated data manipulation and output delivery.
Last updated
The Workflow feature processes data through various customizable nodes, enabling sophisticated data manipulation and output delivery.
Last updated
The Workflow Feature is a powerful and intuitive tool designed to streamline and automate your tasks. Whether you're analyzing transcripts, tracking action items, or processing a large number data, this feature provides a flexible solution to cater to various needs.
Access the Workflow feature through your account dashboard by navigating to "Manage Workflow" on the left side of your screen.
The Workflow builder constructs a non-cyclic graph where each node processes data and passes outputs to subsequent nodes. Nodes without dependent nodes are identified as starting nodes, which receive seed data if available.
Text: When text is used as seed data, it is passed directly to the starting nodes.
CSV: For CSV inputs, the workflow executes once per row. Each starting node receives the current row's data, allowing for individual row processing.
Nodes are linked based on their dependencies, forming a directed graph. Data flows from the starting nodes through task nodes, processed according to the node types and settings, and finally dispatched through dispatcher nodes as configured.