workflowDuplicate
Graphql fields and variables for the workflowDuplicate mutation
Last updated
Was this helpful?
Graphql fields and variables for the workflowDuplicate mutation
Create a duplicate of a workflow
Scope required: workflow:write
mutation workflowDuplicate ($id: ID!) {
workflowDuplicate (id: $id) {
errors
workflow {
description
enabled
format
id
isolateToUserId
keepUpdated
name
recipe
standard
targetClass
workflowCategoryId
workflowSchedule
}
}
}id
ID
errors
List (String)
Last updated
Was this helpful?
Was this helpful?
{
"id": "456123"
}