fluig_deploy_process
Deploy process definitions to Fluig via SOAP for servers without v2 REST. Accepts inline XML or file, new or version, with mandatory confirmation and optional SVG.
Instructions
WRITE, STRUCTURAL. Deploy a process definition over SOAP WorkflowEngineService (importProcess + releaseProcess). Alternative to fluig_process_import_xml for servers that do not expose the v2 REST route.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| xml | No | Inline .ecm30.xml content (alternative to xmlPath). | |
| isNew | No | true = new process; false (default) = new version of an existing one. | |
| confirm | Yes | Must be true to actually perform the operation. | |
| svgPath | No | Optional path to the .processimage.svg. | |
| xmlPath | No | Path to a .ecm30.xml file (alternative to xml). | |
| overWrite | No | Overwrite (default true). | |
| processId | No | Process id (optional; taken from the XML when omitted). |