You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add create-feedback-form node with public review page
Introduces a `create-feedback-form` logic node that emits a signed,
unlisted URL (`/feedback/:token`) displaying the execution's visible
node outputs alongside the workflow's evaluation criteria for
anonymous reviewers. Object reference outputs are exposed via 7-day
presigned R2 URLs and the node completes immediately without pausing
the workflow.
Form tokens now carry an HMAC-signed expiration and optional
organization ID (shared constant `UNLISTED_LINK_TTL_SECONDS` = 7
days). The `feedback.user_id` column becomes nullable to support
anonymous submissions (migration 0052). Renames `/f/:token` to
`/form/:token` for readability.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments