This endpoint schedules a job with a manual trigger. The job will be queued to run immediately.
Path Parameters
The unique identifier of the workflow
Response
Returns HTTP 204 No Content on success.
Status Codes
Job successfully scheduled
Invalid workflow ID or missing required parameters
Examples
curl -X POST 'https://api.chronoverse.dev/workflows/wf_abc123/jobs/schedule' \
-H 'Authorization: Bearer YOUR_API_TOKEN'
The scheduled job will have trigger type MANUAL and will be executed as soon as resources are available.