copyWorkflow: Workflow!
This mutation is used to copy a workflow. **Returns:** Return information can include aspects, automations, reports, scripts and other related workflow details.
workflowId: UUID!
The ID of the workflow that is being copied.
name: String!
The new name of the copied workflow
tenantId: UUID
The ID of the tenant that the new workflow will be assigned to.
organizationalUnitId: UUID
The ID of the organizational unit that will have ownership of the workflow.
isDraft: Boolean!
A boolean that will determine if the workflow is a draft or final. Default value is false
