Graphql fields and variables for the workflow query
Last updated 8 months ago
Was this helpful?
A workflow containing triggers and jobs
Scope required: workflow:read
For a complete list of possible response fields see the type.
query workflow ($id: ID, $code: String, $format: String) { workflow (id: $id, code: $code, format: $format) { description enabled format id isolateToUserId keepUpdated name recipe standard targetClass workflowCategoryId workflowSchedule } }
id
ID
code
String
format