14. execute_orchestration_engine — OE Execute
Mode: Custom only · Category: Other
Sends a signal to Orchestration Engine to start a digital process.
- id: execute_orchestration_engine
unique_id: start_approval
description: Starts the invoice approval process.
signal_name: com.celonis.invoice.approval.start
inputs: '{"invoice_id": "The invoice ID to approve", "approver": "Name of the approver"}'![]() |
Field | Type | Description |
|---|---|---|
| string | Required — event type key to trigger. |
| string | JSON string mapping input names to descriptions. Each key becomes an LLM argument. |
