API Docs / Schemas / LibraryWorkflowImportItem

LibraryWorkflowImportItem

A single library workflow to import, with its code and optional name suffix.

Properties

Name Type Description
libraryCode*string

The library code of the workflow to import.

The library code of the workflow to import.

nameSuffixstring

Optional suffix appended to the workflow name on re-import (e.g. "v2", "May 2026").
When omitted and the tenant already has a copy of this library workflow, the next
available "(N)" suffix is used.

Optional suffix appended to the workflow name on re-import (e.g. "v2", "May 2026").
When omitted and the tenant already has a copy of this library workflow, the next
available "(N)" suffix is used.

JSON Example

{
  "libraryCode": "string",
  "nameSuffix": "string"
}

Contained in Schemas