@@ -161,13 +161,9 @@ Run workflows on-demand through the Sim Studio interface by clicking the "Run" b
161161- One-off tasks
162162- Workflows that need human supervision
163163
164- <ThemeImage
165- lightSrc = " /static/light/manual-execution-light.png"
166- darkSrc = " /static/dark/manual-execution-dark.png"
167- alt = " Manual Execution"
168- width = { 600 }
169- height = { 400 }
170- />
164+ <div className = " mx-auto w-full overflow-hidden rounded-lg" >
165+ <video autoPlay loop muted playsInline className = " w-full -mb-2 rounded-lg" src = " /input-format.mp4" ></video >
166+ </div >
171167
172168### Scheduled Execution
173169
@@ -178,13 +174,9 @@ Configure workflows to run automatically on a specified schedule:
178174- Configure timezone settings
179175- Set minimum and maximum execution intervals
180176
181- <ThemeImage
182- lightSrc = " /static/light/scheduled-execution-light.png"
183- darkSrc = " /static/dark/scheduled-execution-dark.png"
184- alt = " Scheduled Execution"
185- width = { 600 }
186- height = { 400 }
187- />
177+ <div className = " mx-auto w-full overflow-hidden rounded-lg" >
178+ <video autoPlay loop muted playsInline className = " w-full -mb-2 rounded-lg" src = " /configure-schedule.mp4" ></video >
179+ </div >
188180
189181### API Endpoints
190182
@@ -195,13 +187,19 @@ Each workflow can be exposed as an API endpoint:
195187- Send custom inputs via POST requests
196188- Receive execution results as JSON responses
197189
198- <ThemeImage
199- lightSrc = " /static/light/api-execution-light.png"
200- darkSrc = " /static/dark/api-execution-dark.png"
201- alt = " API Execution"
202- width = { 600 }
203- height = { 400 }
204- />
190+ <div className = " mx-auto w-full overflow-hidden rounded-lg" >
191+ <video autoPlay loop muted playsInline className = " w-full -mb-2 rounded-lg" src = " /api-deployment.mp4" ></video >
192+ </div >
193+
194+ #### Viewing Deployed APIs
195+
196+ Monitor your deployed workflow APIs and their current state:
197+
198+ <div className = " mx-auto w-full overflow-hidden rounded-lg" >
199+ <video autoPlay loop muted playsInline className = " w-full -mb-2 rounded-lg" src = " /api-redeployment.mp4" ></video >
200+ </div >
201+
202+ This shows how to view the deployed state and compare with the original deployed API configuration.
205203
206204### Webhooks
207205
@@ -212,13 +210,9 @@ Configure workflows to execute in response to external events:
212210- Configure webhook security settings
213211- Support for specialized webhooks (GitHub, Stripe, etc.)
214212
215- <ThemeImage
216- lightSrc = " /static/light/webhook-execution-light.png"
217- darkSrc = " /static/dark/webhook-execution-dark.png"
218- alt = " Webhook Execution"
219- width = { 600 }
220- height = { 400 }
221- />
213+ <div className = " mx-auto w-full overflow-hidden rounded-lg" >
214+ <video autoPlay loop muted playsInline className = " w-full -mb-2 rounded-lg" src = " /webhooks.mp4" ></video >
215+ </div >
222216
223217<Callout type = " info" >
224218 The execution method you choose depends on your workflow's purpose. Manual execution is great for
0 commit comments