deployBpmn
Deploy a BPMN process definition to the Camunda engine from XML content or a file path, with options to filter duplicates and deploy only changed resources.
Instructions
Deploy a BPMN process definition from content or file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deploymentName | Yes | The name of the deployment. | |
| bpmnContent | Yes | The BPMN XML content as a string, OR path to a BPMN file (e.g., '/workspace/process.bpmn'). | |
| fileName | No | The name of the BPMN file (e.g., 'process.bpmn'). Auto-detected from file path if not provided. | |
| enableDuplicateFiltering | No | Enable duplicate filtering to avoid redeploying unchanged resources. | |
| deployChangedOnly | No | Deploy only changed resources. |