v2.1.15 — Auto-export after a workflow run
Workflow start requests can now render an MP4 before the run is marked succeeded. Set autoExport: true (REST default is still false; MCP and Zapier / Make / n8n / Pipedream default true). When it is on, wait until status is succeeded and use downloadUrl. Remix actions on the same start request finish before that export.
Added
autoExportandexportOptionson workflow starts: All five workflow start bodies acceptautoExportand optionalexportOptions(same shape asPOST /v1/projects/{projectId}/export). Omitted export fields use the same defaults as a standalone export.- Export fields on
WorkflowRunandworkflow_run.*webhooks:exportId,downloadUrl,downloadUrlExpiresAt, andexportFileIdare always present. They arenulluntil an auto-export succeeds.