Skip to main content

15. resume_orchestration_engine_execution — OE Resume

Mode: Custom only · Category: Other

Resumes a paused Orchestration Engine process instance.

- id: resume_orchestration_engine_execution
  unique_id: resume_approval
  description: Resumes a specific paused approval process.
  event_type: com.celonis.invoice.approval.resume
  instance_id: my-fixed-instance-id
- id: resume_orchestration_engine_execution
  unique_id: resume_approval
  description: Resumes a paused approval process.
  event_type: com.celonis.invoice.approval.resume
pc_at_resume_oe.png

Field

Type

Description

event_type

string

Required — event type key to trigger.

instance_id

string

Pre-set instance ID. If omitted, the LLM must supply it at runtime.

Related topics