• /
  • EnglishEspañolFrançais日本語한국어Português
  • Log inStart now

CreateSchedule

Creates a schedule for a workflow definition.

Number of schedules, and the minimum duration for a given schedule is defined at Workflow System Limits.

Example

Use the Query Builder to create and edit a workflow. See NerdGraph API explorer.

mutation {
workflowAutomationCreateSchedule(
scope: { id: "12345678", type: ACCOUNT }
definition: { name: "healthyHeartbeat", version: 1 }
cronExpression: "0 0 * * *"
timezone: "Asia/Kolkata"
options: { logLevel: DEBUG }
) {
scheduleId
}
}
Copyright © 2025 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.