startProcessInstance
Start a new process instance in Camunda by providing a process definition ID or key, with optional variables and business key to initialize workflow execution.
Instructions
Start a new process instance
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| processDefinitionId | Yes | The id of the process definition to start a new process instance for. | |
| processDefinitionKey | No | The key of the process definition to start a new process instance for. | |
| variables | No | A JSON object containing variable key-value pairs. | |
| businessKey | No | The business key the process instance is to be initialized with. |