LogoLogo
CommunitySupport PortalYouTubeStart a free trial
OE (Celonis)
  • Welcome
  • Commerce Engine
  • Orchestration Engine
  • API Documentation
  • Release Notes
  • Changelog
OE (Celonis)
  • 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 (Celonis)
      • Events Authentication and Configuration
      • Working with Event Data (Celonis)
    • 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 (Celonis)
      • Cloning of Make Scenarios in OE Digital Processes
    • Data Flow between OE and Celonis
      • Retrieving Data from Celonis
      • Sending Data from OE to Celonis (Celonis)
      • Sending Form Submission Data from OE to Celonis (Celonis)
      • Sending Forms Magic Links Data from OE to Celonis (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
  • Errors in referencing to Make scenario
  • Reference to a deleted Make scenario
  • Reference to a modified Make scenario
  • JSON syntax

Was this helpful?

Export as PDF
  1. Troubleshooting
  2. FAQ

Invalid Digital Processes

See how to fix an invalid digital process.

If you created a new digital process but the validation shows that the process is invalid, check the following possible reasons:

  • Proper configuration and reference to Make scenarios

  • JSON document syntax errors

Errors in referencing to Make scenario

It's possible that you have a wrong reference to a Make scenario that was either deleted or modified.

Reference to a deleted Make scenario

Check if your digital process does not reference a scenario that had been deleted. If it does, you should see a red error with a Scenario deleted notification message at the location (digital process step) where the scenario was used.

To resolve this error, remove the reference to the deleted scenario from your digital process step.

Reference to a modified Make scenario

If a Make scenario was modified, it may no longer meet the requirements of its intended context. In such a situation, the OE UI doesn't show it in the list scenarios available for your digital process. You're not able to use the scenario in your process' steps.

This occurs when:

  • The scenario no longer sends output event information through the Start New Orchestration module

  • The scenario no longer sends output event information through the Completion Event module

  • The scenario no longer receives incoming calls through the Trigger Event Make module

To resolve the errors, make sure the modified Make scenario meets the requirements of the intented context and check if all the input and output modules are configured properly, with correct events setup.

JSON syntax

As the digital processes are designed using OE UI, it doesn't usally happen that any syntactic errors occur. However, if it turns out that your digital process doesn't work, and you checked all the OE and Make settings but the errors still occur, you may need to review the JSON document to ensure it adheres to proper structure and formatting.

PreviousDigital Processes Blocked by Scenario Errors

Last updated 9 days ago

Was this helpful?

To learn more about the modules, see documentation.

OE Make Modules