workflowDuplicate

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
      }
  }
}

Arguments

{
  "id": "456123"
}
Name
Type
Description

id

ID

Response

Name
Type
Description

errors

List (String)

workflow

Last updated

Was this helpful?