WorkflowScheduleInput
Possible values: non-empty and <= 100 characters
Server only accepts the exact published version, not latest or draft.
Possible values: Value must match regular expression ^\d+\.\d+\.\d+$
Possible values: Value must match regular expression ^[a-z][a-z0-9_-]{0,63}$
IANA Time zone, for example, Asia/Shanghai.
trigger objectrequired
Possible values: [WorkflowScheduleWindowIntervalTrigger, WorkflowScheduleCronTrigger]
- WorkflowScheduleWindowIntervalTrigger
- WorkflowScheduleCronTrigger
Monday to Sunday correspond to 1 to 7.
Possible values: >= 1
windows object[]required
Local time windows that do not overlap, with start and end times included in the trigger range.
Possible values: >= 1, <= 12
Possible values: Value must match regular expression ^(?:[01]\d|2[0-3]):[0-5]\d$
Possible values: Value must match regular expression ^(?:[01]\d|2[0-3]):[0-5]\d$
Possible values: >= 1 and <= 1440
5 field Cron, interpreted timezone scheduled.
*/5 9-15 * * 1-5paramValues objectrequired
The validation is defined by static parameters of the fixed version selected entrypoint.
The validation is defined by static parameters of the fixed version selected entrypoint.
{
"name": "string",
"enabled": true,
"resolvedTarget": "string",
"entrypointId": "string",
"timezone": "string",
"trigger": {
"kind": "window-interval",
"weekdays": [
0
],
"windows": [
{
"start": "string",
"end": "string"
}
],
"intervalMinutes": 0
},
"paramValues": {}
}