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. | ||
| nameSuffix | string | Optional suffix appended to the workflow name on re-import (e.g. "v2", "May 2026"). |
Optional suffix appended to the workflow name on re-import (e.g. "v2", "May 2026"). | ||
JSON Example
{
"libraryCode": "string",
"nameSuffix": "string"
}