Skip to content

Execute Orchestration - execute_orchestration_engine

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"}'

Config fields

mcp-tooks-execute-oe.png
FieldTypeDescription
signal_namestringRequired — Event type key to trigger.
inputsstringJSON string mapping input names to descriptions. Each key becomes an LLM argument.