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
- Events are scoped to this workspace. Pick an event type, then optionally narrow to specific workflows (empty selection watches all).
21
21
- This workflow must be deployed for the trigger to fire, and it never receives events about itself.
22
-
- Executions started by this trigger never emit workspace events, so side-effect workflows cannot chain or loop.
22
+
- Runs started by this trigger never emit workspace events, so side-effect workflows cannot chain or loop.
23
23
- Alert conditions (latency spike, cost threshold, consecutive failures, ...) fire at most once per cooldown window; plain events fire on every occurrence.
24
24
- Compose any blocks downstream (Slack, email, webhooks, custom logic) to act on the event payload.
'Choose the workspace event or alert condition to react to',
159
158
'Optionally narrow it to specific workflows — leaving the selection empty watches every workflow (this workflow is always excluded; it never triggers itself)',
160
159
'Deploy this workflow — events only fire for deployed workflows',
161
-
'Executions started by this trigger never emit workspace events, so chains and loops are not possible',
160
+
'Runs started by this trigger never emit workspace events, so chains and loops are not possible',
0 commit comments