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
feat(freestyle): refactored handler in executor, migrated from webcontainer to freestyle for code execution, fixed condition block issues (#222)
* migrated from webcontainers to freestyle for sandboxed code execution, updated all references
* fixed condition block edges disappearing
* fix issue with condition block out-of-order resolving inputs
* refactored handlers in executor to be separate files, added unit tests
* remove old executor handlers file
Copy file name to clipboardExpand all lines: docs/content/docs/execution/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,7 @@ The execution engine includes built-in error handling mechanisms:
194
194
195
195
-**Block-Level Errors** - Errors in one block don't necessarily stop the entire workflow execution.
196
196
-**Detailed Error Logs** - Comprehensive error information is captured in the execution logs, including error messages, stack traces, and relevant context.
197
-
-**Fallback Mechanisms** - For function execution, the system tries WebContainer execution first, then falls back to VM execution if needed.
197
+
-**Fallback Mechanisms** - For function execution, the system tries Freestyle execution first, then falls back to VM execution if needed.
198
198
-**Recovery Options** - Configure blocks to retry on failure or implement custom error handling logic.
0 commit comments