workflow
Graphql fields and variables for the workflow query
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
Response
Last updated
Was this helpful?
