docs(kno-13979): wait for event step#1512
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want fixes drafted automatically? Bugbot Autofix can create code changes for findings. A team admin can enable Autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 720e622. Configure here.
|
|
||
| ### Event | ||
|
|
||
| Select the [integration source event](/integrations/sources/overview) to wait for. Knock matches incoming events from your connected sources against this selection. The event is identified by its event key and integration source key, which remain stable when you promote workflows between environments. |
There was a problem hiding this comment.
Repeated integration sources links
Low Severity
The page already links to /integrations/sources/overview on first mention in the intro. The Callout and Event section link to the same path again; later mentions should be plain text per docs style.
Triggered by learned rule: Link Knock concepts on first mention only per page
Reviewed by Cursor Bugbot for commit 720e622. Configure here.
There was a problem hiding this comment.
Risk MEDIUM: Adds new documentation page for the "wait for event" workflow function with sidebar navigation changes spanning two content sections.
Reasons
- A new MDX page is added (
content/designing-workflows/wait-for-event-function.mdxwith 180 lines) - Sidebar navigation is modified (
data/sidebars/platformSidebar.ts) which affects site navigation structure - Changes span multiple documentation sections (
content/designing-workflows/andcontent/send-notifications/) - The diff is content-only with no code/component/config changes, keeping it out of HIGH risk
- Author is a known team member with prior contributions to the repository
Notes
- Verify the new sidebar entry renders correctly and links to the new page without 404
- Check that internal links within the new MDX page resolve (e.g.
/integrations/sources/overview,/concepts/conditions,/designing-workflows/branch-function,/send-notifications/canceling-workflows,/send-notifications/debugging-workflows) - Confirm the new entry in
overview.mdxlist is positioned correctly among the other function steps - Review the
canceling-workflows.mdxedit to ensure the sentence change from "three steps" to "steps" and the new bullet point read naturally
Sent by Cursor Automation: Docs PR classifier




Description
Documents the wait for event workflow function, a new step type that pauses a workflow until a matching integration source event arrives or the configured wait time expires.
wait-for-event-function.mdxcovering how the step works, configuration (event selection, match conditions, on match / after wait time actions, wait time limits), downstream refs output, common patterns, comparison with delay, cancellation, debugging, and FAQscanceling-workflows.mdxTasks
KNO-13979
Screenshots