Skip to content

docs(kno-13979): wait for event step#1512

Open
emisilvacab wants to merge 1 commit into
mainfrom
emi-kno-13979-docs-wait-for-event-step
Open

docs(kno-13979): wait for event step#1512
emisilvacab wants to merge 1 commit into
mainfrom
emi-kno-13979-docs-wait-for-event-step

Conversation

@emisilvacab

Copy link
Copy Markdown
Contributor

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.

  • Adds wait-for-event-function.mdx covering 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 FAQs
  • Adds the wait for event function to the workflow functions overview and platform sidebar under function steps
  • Updates canceling-workflows.mdx

Tasks

KNO-13979

Screenshots

Screenshot 2026-06-29 at 14 48 41 Screenshot 2026-06-29 at 14 48 58 Screenshot 2026-06-29 at 14 49 21

@linear-code

linear-code Bot commented Jun 29, 2026

Copy link
Copy Markdown

KNO-13979

@emisilvacab emisilvacab requested a review from cjbell June 29, 2026 17:51
@vercel

vercel Bot commented Jun 29, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Jun 29, 2026 5:51pm

Request Review

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ 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.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

Triggered by learned rule: Link Knock concepts on first mention only per page

Reviewed by Cursor Bugbot for commit 720e622. Configure here.

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.mdx with 180 lines)
  • Sidebar navigation is modified (data/sidebars/platformSidebar.ts) which affects site navigation structure
  • Changes span multiple documentation sections (content/designing-workflows/ and content/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.mdx list is positioned correctly among the other function steps
  • Review the canceling-workflows.mdx edit to ensure the sentence change from "three steps" to "steps" and the new bullet point read naturally
Open in Web View Automation 

Sent by Cursor Automation: Docs PR classifier

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant