기존 규우 정의를 업데이트하는 데 사용됩니다. 해당 참조우 정의가 이미 존재하지 않으면 오류를 반환합니다.
예시
mutation { workflowAutomationUpdateWorkflowDefinition( definition: { yaml: "<workflow definition YAML>" } scope: { id: "11608789", type: ACCOUNT } ) { definition { name version yaml } }}