이 API 지정된 범위 내의 모든 펠로스우 정의 개요 목록을 가져와 반환합니다. 참고로, 내부 플로우 흐름 정의 yaml은 이 쿼리에서 사용할 수 없습니다. A 워크플로우 정의 yaml은 GetWorkflowDefinition 쿼리를 통해서만 반환됩니다. /{actor/account(:id)/workflowAutomation/workflow(:name, :version)
예시
{ actor { account(id: 11933347) { workflowAutomation { workflows(cursor: "xyz123") { results { definition { name scope { id type } version } } } } } }}