LogoLogo
CommunitySupport PortalYouTubeStart a free trial
OE
  • Welcome
  • Commerce Engine
  • Orchestration Engine
  • API Documentation
  • Release Notes
  • Changelog
OE
  • Orchestration Engine
  • Getting Started
    • What is OE?
      • What are the benefits?
      • Use Cases
    • Provisioning
    • Understanding Make
    • OE Learning Trails
      • Setting up a First Digital Process
      • Adding a Conditional Step in a Digital Process
  • Management Dashboard
    • Accessing OE
    • Orchestration Center
    • Forms
    • KPIs and Analytics
    • Rulestore
    • Events
      • Event Registry
      • Event Log
      • Cloud Events in OE
      • Events Authentication and Configuration
      • Working with Event Data
    • Admin
      • Users and Roles
      • Integration with Celonis
      • Make Team
      • Task Inbox and Tasks
  • Digital Processes
    • Digital Processes Dashboard
    • Digital Processes Example
    • Working with Digital Processes
      • Digital Process Components
      • Creating a Digital Process
      • Editing a Digital Process
      • Testing a Digital Process
      • Conditional Process Runs
      • OE Make Modules
      • Configuring a Connection between OE and Make Modules
      • Setting a Trigger to Wake Up a Paused Digital Process
      • Cloning of Make Scenarios in OE Digital Processes
    • Data Flow between OE and Celonis
      • Retrieving Data from Celonis
      • Sending Data from OE to Celonis
      • Sending Form Submission Data from OE to Celonis
      • Sending Forms Magic Links Data from OE to Celonis
    • Process Context
    • Datastore
    • Versioning
    • Data Retention Policy
  • Troubleshooting
    • Firewall Allowlisting
    • Digital Processes Debugger
    • Generating a HAR File with Logs
    • FAQ
      • Receiving Alerts for Scenario Errors
      • Make Scenario Not Valid in OE
      • Digital Processes Blocked by Scenario Errors
      • Invalid Digital Processes
Powered by GitBook
LogoLogo

Resources

  • Emporix.com
  • Developer Policy
  • Terms of Use

Find us

  • LinkedIn

© 2025 Emporix. All Rights Reserved.

On this page
  • Instance ID as a wake up trigger
  • Notification module in Make as a wake up trigger

Was this helpful?

Export as PDF
  1. Digital Processes
  2. Working with Digital Processes

Setting a Trigger to Wake Up a Paused Digital Process

Configure an action event that resumes a paused digital process.

PreviousConfiguring a Connection between OE and Make ModulesNextCloning of Make Scenarios in OE Digital Processes

Last updated 1 month ago

Was this helpful?

The digital process that have already started, may need to wait for an intermediate event before continuing with next steps. While waiting, a digital process goes into a dormant or sleeping state.

Instance ID as a wake up trigger

To wake up a sleeping process instance, you need to post an event with a ce-instanceid (Instance ID) header and the ce-type header that matches the event type that had been configured for the process as a trigger.

  • ce-instanceid routes to the correct instance

  • ce-type routes to the trigger

The Instance ID is the ID of a running instance of a digital process. Every time a trigger event is received for an OE digital process, OE generates a new instance with an Instance ID. If the digital process is triggered 100 times, OE creates 100 unique Instances, each with their own ID.

  1. To find the Instance ID header in Make, go to your scenario and check the completion summary of the process that was already run. In the Emporix Orchestration window you can check the Instance ID and copy the value.

  2. Enter the copied value for the ce-instanceid header in your request.

    If you send the request with the ce-instanceid and ce-type headers, OE saves the payload and then passes it through to the next Make scenarios that are configured as next steps in your OE digital process. The event type is used as a key. The payload grows with every event that is generated.

Notification module in Make as a wake up trigger

It is also possible to wake up a digital process with a Make scenario that ends with a "completion event" module that is configured to send notifications about completed scenario to OE. If such a Make scenario is a part of your digital process steps, it causes the process to wake up and move to the next process steps.

To learn more about Make modules, see the documentation.

Make Modules