AutomationapiWorkflowScheduleResponse
AutomationapiWorkflowScheduleResponse
JSON Example
{
"workflowSchedule": {
"createdAt": "string",
"createdBy": "string",
"input": "string",
"lastUpdated": "string",
"organizationId": "string",
"resourceVersion": 0,
"runIdPrefix": "string",
"schedule": {
"isPaused": false,
"scheduleId": "string",
"scheduleName": "string",
"spec": {
"calendar": [
{
"comment": "string",
"dayOfMonth": "string",
"dayOfWeek": "string",
"hour": "string",
"minute": "string",
"month": "string",
"second": "string",
"year": "string"
}
],
"cronString": [
"string"
],
"endAt": "string",
"interval": [
{
"interval": "string",
"phase": "string"
}
],
"scheduleType": "string",
"startAt": "string",
"timeZoneName": "string"
}
},
"updatedBy": "string",
"workflowId": 0,
"workflowIdSwf": "string",
"workflowVersion": "string"
}
}