diff --git a/src/renderer/components/WorkflowEditor.tsx b/src/renderer/components/WorkflowEditor.tsx index fc84a21..6bbd4a7 100644 --- a/src/renderer/components/WorkflowEditor.tsx +++ b/src/renderer/components/WorkflowEditor.tsx @@ -691,6 +691,9 @@ function WorkflowSettingsPanel({ +

+ Off-thread executes in the background without blocking. Lockstep waits for each step to finish before proceeding. +

@@ -790,9 +796,14 @@ function WorkflowSettingsPanel({ {/* State Scopes */}
- - State Scopes - +
+ + State Scopes + +

+ Named containers for shared state that persists across workflow steps. +

+
- +