workflow
Graphql fields and variables for the workflow query
A workflow containing triggers and jobs
Scope required: workflow:read
For a complete list of possible response fields see the Workflow 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
}
}
Arguments
Name
Type
Description
id
ID
code
String
format
String
Response
Last updated
Was this helpful?