Body
Create workflow schedule parameters
Cron expression defining when the workflow should run. Supports standard Unix cron format with optional seconds field (e.g.,0 0 * * *
for daily at midnight, */5 * * * *
for every 5 minutes). Uses cron-parser for validation and parsing.
Timezone for cron expression. See List of tz database time zones for valid values.
Parameters for the schedule
Whether the schedule is enabled or disabled
External ID of the login to set schedule for
ID of the workflow to set schedule for
Response
Schedule created successfully
ID of the workflow schedule
Cron expression defining when the workflow should run. Supports standard Unix cron format with optional seconds field (e.g.,0 0 * * *
for daily at midnight, */5 * * * *
for every 5 minutes). Uses cron-parser for validation and parsing.
Timezone for cron expression. See List of tz database time zones for valid values.
Parameters for the schedule
Whether the schedule is enabled or disabled
List of logins to execute the workflow with.