• /
  • EnglishEspañolFrançais日本語한국어Português
  • 로그인지금 시작하기

UpdateWorkflowDefinition

Used to update an existing workflow definition. It returns an error if the workflow definition doesn’t already exist.

Example

mutation {
workflowAutomationUpdateWorkflowDefinition(
definition: { yaml: "<workflow definition YAML>" }
scope: { id: "11608789", type: ACCOUNT }
) {
definition {
name
version
yaml
}
}
}
Copyright © 2025 New Relic Inc.

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