fluig_process_import_xml
Deploy process definitions from .ecm30.xml via REST API, creating new processes or adding versions. Validate with export-import round trip before trusting.
Instructions
WRITE, STRUCTURAL. Deploy a process definition (.ecm30.xml) over the v2 REST API. One call replaces the SOAP sequence createWorkFlowProcessVersion -> importProcess -> releaseProcess. Validate with a round trip (export, then import unchanged) before trusting it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| xml | Yes | Contents of the .ecm30.xml (root <list><ProcessDefinition>). | |
| isNew | No | true creates a new process; false (default) adds a version to an existing one. | |
| formId | No | documentId of the form to bind (optional). | |
| confirm | No | Must be true to actually perform the operation. | |
| release | No | Publish the version in the same call. | |
| processId | Yes | Process id. |