mutation workflowUpdate ($id: ID!, $attributes: WorkflowAttributes!) {
workflowUpdate (id: $id, attributes: $attributes) {
errors
workflow {
description
enabled
format
id
isolateToUserId
keepUpdated
name
recipe
standard
targetClass
workflowCategoryId
workflowSchedule
}
}
}
{
"id": "456123",
"attributes": {
"workflowCategoryId": "456123",
"name": "",
"recipe": "",
"description": "",
"enabled": true,
"isolateToUserId": "456123",
"keepUpdated": true,
"format": ""
}
}