You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Human in the Loop block pauses workflow execution and waits for human intervention before continuing. Use it to add approval gates, collect feedback, or gather additional input at critical decision points.
10
11
@@ -76,7 +77,7 @@ Defines the fields approvers fill in when responding. This data becomes availabl
76
77
}
77
78
```
78
79
79
-
Access resume data in downstream blocks using `<blockId.resumeInput.fieldName>`.
80
+
Access resume data in downstream blocks using `<blockId.resumeInput.fieldName>`.
80
81
81
82
## Approval Methods
82
83
@@ -164,6 +165,11 @@ Access using `<blockId.resumeInput.fieldName>`.
164
165
// Condition block
165
166
<approval1.resumeInput.approved>===true
166
167
```
168
+
The example below shows an approval portal as seen by an approver after the workflow is paused. Approvers can review the data and provide inputs as a part of the workflow resumption. The approval portal can be accessed directly via the unique URL, `<blockId.url>`.
Sim is an open-source visual workflow builder for building and deploying AI agent workflows. Design intelligent automation systems using a no-code interface—connect AI models, databases, APIs, and business tools through an intuitive drag-and-drop canvas. Whether you're building chatbots, automating business processes, or orchestrating complex data pipelines, Sim provides the tools to bring your AI workflows to life.
10
11
@@ -32,6 +33,10 @@ Transform raw data into actionable insights. Extract information from documents,
32
33
**API Integration Workflows**
33
34
Orchestrate complex multi-service interactions. Create unified API endpoints, implement sophisticated business logic, and build event-driven automation systems.
Copilot answers questions about Sim, explains your workflows, and provides suggestions for improvements. Use the `@` symbol to reference workflows, blocks, documentation, knowledge, and logs for contextual assistance.
79
+
80
+
**Build & Edit Workflows**
81
+
Switch to Agent mode to let Copilot propose and apply changes directly to your canvas. Add blocks, configure settings, wire variables, and restructure workflows with natural language commands.
82
+
83
+
**Adaptive Reasoning Levels**
84
+
Choose from Fast, Auto, Advanced, or Behemoth modes depending on task complexity. Start with Fast for simple questions, scale up to Behemoth for complex architectural changes and deep debugging.
85
+
86
+
Learn more about [Copilot capabilities](/copilot) and how to maximize productivity with AI assistance.
0 commit comments