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
However on shape api, it's using some different id which is not present here. Whereas when running a job without scheduling returns an ID which can be used to poll the status (using the same shape api).
The text was updated successfully, but these errors were encountered:
I created scheduled run using the api
/api/v1/tenants/tenant_id/workflows/workflow_name/scheduled
and I got this response
{ "additionalMetadata": {}, "metadata": { "createdAt": "2025-03-06T10:15:55.901Z", "id": "747878e4-e450-440b-aa78-bfadcf236719", "updatedAt": "2025-03-06T10:15:55.901Z" }, "method": "API", "tenantId": "707d0855-80ab-4e1f-a156-f1c4546cbf52", "triggerAt": "2025-03-06T10:16:14.006Z", "workflowId": "87dba9e2-dafd-45db-a2f2-1b84cd6d84e5", "workflowName": "scheduled-circuit-execution", "workflowRunCreatedAt": "0001-01-01T00:00:00Z", "workflowRunName": "", "workflowRunStatus": "", "workflowVersionId": "e24b1cff-3a1b-455c-963f-e80ddf600e05" }
However on shape api, it's using some different id which is not present here. Whereas when running a job without scheduling returns an ID which can be used to poll the status (using the same shape api).
The text was updated successfully, but these errors were encountered: