Skip to content

docs(rest): {{}} variable syntax, trigger vars, retry/timeout semantics#245

Merged
inviscid merged 2 commits into
mainfrom
docs/rest-v2-variable-syntax
Jul 8, 2026
Merged

docs(rest): {{}} variable syntax, trigger vars, retry/timeout semantics#245
inviscid merged 2 commits into
mainfrom
docs/rest-v2-variable-syntax

Conversation

@inviscid

@inviscid inviscid commented Jul 8, 2026

Copy link
Copy Markdown
Member

Documents the shipped rest_v2 Phase 0 behavior (plaid #6514 / workflow-runner #1095):

  • Variable substitution — the {{name}} / {{var.name}} / {{project_var.name}} syntax, single braces left literal (JSON-body safe), unknown-name failure.
  • Trigger variables — the four {{trigger_*}} sensor/webhook vars, empty on non-triggered runs.
  • Retries/timeout — retries limited to idempotent methods (POST/PUT/PATCH sent once), 600 s timeout cap.
  • Security — dump-JSON output masks secret headers.

Updates the usage guide, the step reference page, and the July What's New page.

🤖 Generated with Claude Code

…t semantics

Match the shipped rest_v2 behavior: {{name}} / {{var.name}} /
{{project_var.name}} substitution (single braces literal, JSON-safe),
the four {{trigger_*}} sensor/webhook vars, retries limited to idempotent
methods, 600s timeout cap, and dump-JSON header masking. Updates the usage
guide, the step reference, and the July What's New page.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 8, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
plaidcloud-docs ac4ea17 Commit Preview URL

Branch Preview URL
Jul 08 2026, 10:07 AM

@inviscid inviscid left a comment

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

✅ Clean Sonnet self-review — APPROVE

Independent reviewer ran a full npm ci && npm run build on the branch — the Astro build completed cleanly (1516 pages, no errors) and every {{…}} token in the two .mdx files renders as literal text (all inside backtick code spans), so no MDX/JSX build break. Cross-checked every documented behavior against the shipped source (idempotent-only retries, 600s clamp, trigger vars empty-on-absent, single-brace-literal, mask_header coverage) — all accurate. Documents plaid #6514 / workflow-runner #1095 (both merged).

@inviscid inviscid merged commit 6b71b71 into main Jul 8, 2026
4 checks passed
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