WorkflowDuplicated

Identity of the newly-created workflow copy.

Properties

workflow_idstring <uuid>required

UUID of the new workflow copy.

namestringrequired

The copied workflow's stored name, after trimming.

Example

WorkflowDuplicated example
{
  "workflow_id": "00000000-0000-0000-0000-000000000000",
  "name": "Lead Enrichment Pipeline Copy"
}