gravityflow_cancel_workflow is currently ungated. Rationale at implementation: it's a POST (not an HTTP DELETE) and is reversible via gravityflow_restart_workflow, and the existing GRAVITY_FORMS_ALLOW_DELETE guard only gates true deletes.
Decision needed
Open question #2 from docs/gravity-flow-review-brief.md. Cheap to change either way — one guard check in src/gravity-flow-client.js.
Branch: feat/gravity-flow
gravityflow_cancel_workflowis currently ungated. Rationale at implementation: it's a POST (not an HTTP DELETE) and is reversible viagravityflow_restart_workflow, and the existingGRAVITY_FORMS_ALLOW_DELETEguard only gates true deletes.Decision needed
cancel_workflowbehindGRAVITY_FORMS_ALLOW_DELETEfor parity with the delete-safety posture.Open question #2 from
docs/gravity-flow-review-brief.md. Cheap to change either way — one guard check insrc/gravity-flow-client.js.Branch:
feat/gravity-flow