Inbox provides a centralized interface for managing human-in-the-loop tasks generated by workflows and agents. Human-in-the-loop tasks allow workflows to pause execution and wait for user input before continuing. Use Inbox to:Documentation Index
Fetch the complete documentation index at: https://koreai-v2-home-nav.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- Review workflow and agent tasks
- Claim unassigned tasks
- Complete approval requests
- Submit the required input for Data Entry tasks
How Inbox Tasks are Created
Workflow Executes
A workflow runs normally until it reaches a human-in-the-loop node, such as an Approval node or Data Entry node.
Inbox Task Is Created
When the workflow reaches the human-in-the-loop node, the platform automatically creates a task in Inbox for the assigned user or group.
User Reviews or Completes the Task
The assigned user reviews the request, provides the required input, or approves/rejects the task from Inbox.
Access Inbox
Go to your project and select Operate > Inbox. The Inbox page displays human-in-the-loop tasks assigned to you or available for you to claim.Claim Tasks
Inbox supports both assigned and unassigned human tasks. Tasks can be assigned either to everyone or to specific users. When a task is assigned to Everyone:- The task appears as unclaimed in the Inbox.
- Users must claim the task before acting on it.
Complete Data Entry Tasks
Data Entry tasks collect user input during workflow execution. Data Entry forms are rendered directly inside the inbox. When structured user input is required, configure form fields in the Data Entry task definition. See <Agent Collaboration and Handoff>. To complete a Data Entry task:- Open the task in the Inbox.
- Enter the required values.
- Click Submit Data.
Tasks configured with timeouts display a countdown timer in the Inbox while waiting for user action.
Complete Approval Tasks
Approval tasks allow users to review workflow requests before workflow execution continues. Approval tasks display:- Approval subject
- Approval message
- Associated workflow information
Workflow Execution and Task Progression
Human-in-the-loop tasks are synchronized with workflow execution. When workflow execution reaches an Approval or Data Entry node, a task is created in the Inbox. Workflow execution resumes after the task is completed. If workflow execution reaches another human-in-the-loop node, a new task is created in the inbox.Human-in-the-loop workflows support durable execution. The platform preserves workflow state while waiting for user action, allowing workflow execution to resume from the paused step after the task is completed.