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 |
|---|---|---|
signal_name | string | Required — Event type key to trigger. |
inputs | string | JSON string mapping input names to descriptions. Each key becomes an LLM argument. |