{
"workflow_id": "string",
"schedule_name": "string",
"schedule_type": "daily",
"cron_expression": "string",
"execute_time": "string",
"interval_hours": 0,
"weekdays": [
0
],
"specific_date": "2019-08-24T14:15:22.123Z",
"input_params": {
"property1": "string",
"property2": "string"
},
"start_date": "2019-08-24T14:15:22.123Z",
"end_date": "2019-08-24T14:15:22.123Z",
"job_group": 0,
"executor_handler": "string",
"executor_timeout": 0,
"executor_fail_retry_count": 0,
"status": "active"
}curl --location '/n-agent/api/schedule//create' \
--header 'authorization;' \
--header 'referer;' \
--header 'Content-Type: application/json' \
--data '{
"workflow_id": "string",
"schedule_name": "string",
"schedule_type": "daily",
"cron_expression": "string",
"execute_time": "string",
"interval_hours": 0,
"weekdays": [
0
],
"specific_date": "2019-08-24T14:15:22.123Z",
"input_params": {
"property1": "string",
"property2": "string"
},
"start_date": "2019-08-24T14:15:22.123Z",
"end_date": "2019-08-24T14:15:22.123Z",
"job_group": 0,
"executor_handler": "string",
"executor_timeout": 0,
"executor_fail_retry_count": 0,
"status": "active"
}'null