deployForm
Deploys a Camunda Form from JSON content or file path, specifying deployment name and form file details.
Instructions
Deploy a Camunda Form from content or file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deploymentName | Yes | The name of the deployment. | |
| formContent | Yes | The Camunda Form JSON content as a string, OR path to a form file (e.g., '/workspace/form.form'). | |
| fileName | No | The name of the form file (e.g., 'form.form'). Auto-detected from file path if not provided. |