docs(rest): {{}} variable syntax, trigger vars, retry/timeout semantics#245
Merged
Conversation
…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>
Deploying with
|
| 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
commented
Jul 8, 2026
inviscid
left a comment
Member
Author
There was a problem hiding this comment.
✅ 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).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents the shipped rest_v2 Phase 0 behavior (plaid #6514 / workflow-runner #1095):
{{name}}/{{var.name}}/{{project_var.name}}syntax, single braces left literal (JSON-body safe), unknown-name failure.{{trigger_*}}sensor/webhook vars, empty on non-triggered runs.Updates the usage guide, the step reference page, and the July What's New page.
🤖 Generated with Claude Code