Skip to main content

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"}'
pc_at_execute_oe.png

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.

Related topics