mirror of
https://github.com/simstudioai/sim.git
synced 2026-02-19 02:34:37 -05:00
fix: remove duplicate middleware, add some docs content
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Execution
|
||||
description: The execution of a workflow.
|
||||
description: Sim Studio provides a powerful execution engine that brings your workflows to life. Understanding how execution works will help you design more effective workflows and troubleshoot any issues that arise..
|
||||
---
|
||||
|
||||
import { Card, Cards } from 'fumadocs-ui/components/card'
|
||||
@@ -10,10 +10,6 @@ import { Accordion, Accordions } from 'fumadocs-ui/components/accordion'
|
||||
import { Tab, Tabs } from 'fumadocs-ui/components/tabs'
|
||||
import { AgentIcon, ApiIcon, ConditionalIcon, CodeIcon, ChartBarIcon, ConnectIcon, GmailIcon, PerplexityIcon, NotionIcon, ExaAIIcon, FirecrawlIcon, SlackIcon } from '@/components/icons'
|
||||
|
||||
# Workflow Execution
|
||||
|
||||
Sim Studio provides a powerful execution engine that brings your workflows to life. Understanding how execution works will help you design more effective workflows and troubleshoot any issues that arise.
|
||||
|
||||
## Execution Flow
|
||||
|
||||
When you execute a workflow in Sim Studio, the system follows a predictable pattern:
|
||||
|
||||
Reference in New Issue
Block a user