Skip to main content
← Back to list
01Issue
FeatureShippedSwamp Club
Assigneeskeeb

Relationships

#719 Docs: document trigger.inputs for scheduled/webhook workflows in the manual

Opened by keeb · 6/20/2026· Shipped 6/23/2026

The trigger.inputs feature (swamp-club #700, shipped in swamp-club/swamp PR #1626) lets scheduled and webhook workflows supply baseline input values at fire time:

trigger:
  schedule: "0 3 * * *"
  inputs:
    projectId: "a6b254a2-0b57-4d0f-bf8b-fef767ab119e"

This is now documented in-repo (design/workflow.md and the swamp workflow skill guide), but the user-facing manual at swamp-club.com/manual does not yet cover it.

Suggested update: the workflows reference page under content/manual/reference. Document:

  • The trigger.inputs YAML shape (a values map, distinct from the workflow's inputs schema block).
  • Merge precedence: caller inputs > trigger.inputs > schema defaults — same merge as --input on swamp workflow run.
  • That it lets a workflow keep required inputs instead of abusing schema default.
  • That it applies to trigger-fired runs (scheduled + webhook); a manual swamp workflow run is unaffected.
02Bog Flow
OPENTRIAGEDIN PROGRESSSHIPPED+ 1 MOREASSIGNED+ 5 MOREREVIEW+ 3 MOREPR_MERGED+ 1 MORENOTIFICATION_SKIPPED

Shipped

6/23/2026, 8:34:44 PM

Click a lifecycle step above to view its details.

03Sludge Pulse
keeb assigned keeb6/20/2026, 3:45:21 PM

Sign in to post a ripple.