trigger_schedule
Manually trigger a scheduled workflow immediately, without altering its regular cron timing. Provide application and schedule names to execute now.
Instructions
Manually trigger a schedule to run its workflow immediately.
This does not affect the schedule's regular cron timing.
Args: application_name (string, required): Name of the DBOS application schedule_name (string, required): Name of the schedule to trigger
Returns: workflow_id (string, optional): The ID of the triggered workflow, if one was created schedule_name (string): The triggered schedule name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schedule_name | Yes | ||
| application_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||