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
  • Introduction
  • Creating a digital process
  • Triggers
  • Events
  • Scenario
  • Timer Event
  • Process steps
  • Scenario as a process step
  • Digital process as a process step
  • Cloud Function as a process step
  • Finishing the digital process

Was this helpful?

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

Creating a Digital Process

Learn how to create a digital process in OE.

PreviousDigital Process ComponentsNextEditing a Digital Process

Last updated 22 days ago

Was this helpful?

Introduction

Creating a digital process happens in the edit mode. When working in edit mode, you have a possibility to work on one draft version of the digital process, it's not possible to save multiple draft versions.

Whenever you work on the draft and do some changes, they are autosaved overwriting the previous draft.

The draft of each digital process is visible together with the active digital process in the dashboard. Whenever you click on a digital process that was not published yet, it opens in the edit mode for the process. In this case, when a process was not published yet, the Last Published date refers to the time when it was created and autosaved for the first time.

Creating a digital process

To start with a digital process:

  1. In the Management Dashboard, go to OE -> es and choose Create Digital Process.

  2. Enter a name for the new digital process and choose Create. Without entering the name, you cannot move to the next steps. There are no restrictions on using special characters in names, and you can create separate digital processes with the same name.

Whenever you create a digital process, you can assign it directly to a dedicated Use Case. The assignment is not visible until you publish the digital process and you can change it at any time when editing it. You can check to which use case the digital process is assigned under the name field.

Triggers

Select the trigger that you want to use in the process. You can choose between an event and a Make scenario:

Events

Scenario

To set up a Make scenario as a trigger, you can use the following options:

  • Choose an existing scenario directly from the list of available scenarios. To edit the scenario, you can use the Edit Scenario action and move directly to the edit mode of the specific scenario in Make.

  • Choose Go to Scenarios to create a new triggering scenario in Make.

  • Choose Go to Templates to use a Make template that is already available publicly or for the team.

The scenario / process must have at least one occurrence of the Start New Orchestration module, otherwise it is filtered out from a list of available scenarios / processes, or disabled if it’s not configured properly. The module is required because every trigger starts a new OE instance. If the module has not been added, OE doesn’t receive any notifications about the new triggers.

Timer Event

You can use a timer event for setting up a trigger that starts a digital process on a specified schedule, and for setting up how long the process should be paused before it wakes up again.

You can set up the timer trigger in three ways, as a context variable, single event, or a repeating event.

  • Use Context Variable: you can use it for the mid triggers, the timer uses a variable that is stored in a process context of a digital process, the trigger works when a Make scenario, or a Cloud Function, provide a point in time when a digital process should wake up.

The variable should be configured in a .<event_name>.<content_variable_name> format, for example: .sleeping_until.until, where the wake up trigger is the until property in the sleeping_until event. It has to be a cron expression or an ISO 8601 compliant date.

When writing the expression pay special attention to the format - remember to include the dot (.) before the event name and the content variable name.

The context variable can reference to a time during which a process context should be paused, this can be configured together with a Make scenario. For example:

The context variable is referenced as .sleeping_until.sleep_until using the <event_name>.<content_variable_name> expression format, where:

  • sleeping_until is the event name, selected as Event Type in the Completion Event Make module

  • and sleep_until is the content variable name, referenced to by a JSON String in the Completion Event Make module

To set the variable in Make, you can use the Set Variable module.

  • Single Event: choose a specific date and time when an event should trigger a digital process

  • Repeating Event: define recurring schedules using precise timing rules, such as every Tuesday, every 30 minutes or every month at specified time.

When you select a trigger, you can see that the user interface provides confirmation that the selection was saved. You can collapse the section using the caret icon in the step's heading line, or simply go to the next step by choosing the plus icon.

Process steps

After choosing the trigger, select the process step that you want to perform. Each process step can use a single or multiple Make scenarios, call a child digital process, or call a Cloud Function.

  • To add a process step with Make scenarios, go to the Scenarios tab.

  • To add a process step with another digital process included, go to the Subflows tab.

  • To add a Cloud Function as a process step go to the Cloud Functions tab.

Scenario as a process step

You can choose a Make scenario that is already created in Make and visible in the list in the process step. If you don't want to select an existing scenario, choose Create New Scenario to create a new process step scenario, or Go to Scenarios to check for scenarios that are prepared to be used publicly or available for your team only. The Create New Scenarios and Go to Digital Processes actions open a new tab with the Make application.

After going to Make, ensure you are working in the right organization. The name should reflect your tenant name in OE. To check if the organization is the correct one, it's enough to hover over the Make's sidebar, the name is visible at the top. Then, you can either click directly on the template to start working with it, or choose the Start guided setup option to continue. Every Make scenario used in a process step must start with a Trigger Event and have the Completion Event module.

If you click on any of the Make's sidebar nodes, it switches off the template and redirects you the selected section in Make. It's not possible to get back to the template.

Each process step can be made of multiple Make scenarios that can be rearranged at any time using the drag and drop functionality (hamburger icon).

Digital process as a process step

In the Subflows tab, you can choose a digital process that you'd like to include in your parent digital process. By default, digital processes are all separate processes, but they can also work together in a parent-child relationship. This is useful if you want to create a more complex process to address a larger business use case. In such a situation, you can embed processes within one another, without the need to run them separately.

Digital Processes that have an invalid or pending status are not visible in the subflows list.

Cloud Function as a process step

In the Cloud Functions tab, you can choose one of the already enabled Cloud Functions or create a connection to a new one.

To start creating a connection to a Cloud Function choose New Cloud Function, this opens a window where you can create Cloud Functions groups and structure them in parent-child relationship. To create a single Cloud Function connection, first create a group. When you have the group created you can then move to the Definition tab, where you can specify the Cloud Function configuration.

You can create multiple Cloud Function connections within a group. Groups allow aggregation of multiple Cloud Function connections under a single set of authentication credentials.

In the Definitions tab, provide the following setup for a Cloud Function connection:

  • Display Name - Cloud Function name

  • HTTP Method - GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS

  • Invocation URL - it's a URL that is used to call a Cloud Function which is created in Azure, AWS or GCP.

  • Cloud Provider - choose between predefined providers - Azure, AWS or GCP. The providers offer the infrastructure and services that enable the function to execute in response to specific events or requests. It's necessary to select one of them, to have the relevant authentication options.

  • Authentication mode - you can create Cloud Functions with or without authentication method. If you select Azure as the cloud provider, you can choose between the following authentications:

    • None

    • Basic - a username and password are used when making a request to a server, it's a part of the HTTP protocol.

    • Oauth2 - allows third-party applications to have a limited access to the data, through an authorization server.

    • Function Key - a specific authentication mode used only in Microsoft Azure Functions, access to an Azure Function is secured using a shared key, known as a function key. If you make a request to the function, you must include this key as part of the request to authenticate and gain access. The Authentication Mode options in OE correspond to the Cloud Providers configurations.

Cloud Functions allow for dynamic, context-aware processing where the body of the function call is determined by applying a JQ filter to the context. The result of this filtering extracts the key body, which becomes the function's payload. Other keys in the result are mapped to replacement variables and can replace placeholders in the CF definition.

Replacement variables are defined in the CF's URL using the syntax {{.varName}}. When the JQ filter is applied, any value under the key varName is substituted into the corresponding placeholder in the URL. This system enables flexible customization of both the function payload and its endpoint through context-specific values.

After you create the connection to the Cloud Function and add it to the process step you can check the edit mode of the step with three input texts:

  • Run Context - loads the last run context

  • JQ Expression

    {"urlParam": "urlVal", "qParam": "qVal", "body": {"key":"value"}}
  • Curl to the Cloud Function

    curl --location '{{Cloud Function URL}}'\
       --header 'Content-Type: application/json' \
       --data '{}'

    For a digital process that had already run, you can see the context data included, for example:

The three text fields are visible only in the edit mode, when you check a digital process in view mode, you can see the Input field only.

When you select a process step, the user interface confirms that your selection has been successfully saved, just as it does for triggers. You can then collapse the section, proceed to the next step, or complete the scenario creation using these two steps.

The digital processes can be created using many combinations, for example:

  • A trigger with one process step

  • A trigger with many process steps

  • A trigger followed by a process step, another trigger and more steps

Finishing the digital process

  1. When your digital process is ready, choose Publish to save your configuration.

Your digital process is created but is not active yet.

  1. To activate the digital process, use the toggle that changes the inactive state to active. You can do that straight away in the edit mode, or from the processes list.

When your digital process is ready, it runs every time the specified trigger event is received. Each run of a digital process creates a new instance.

To learn more about use cases, see the documentation.

Choose an from the list of events that are created in your tenant. If you have a large number of events, you can narrow the list down by the event’s name using the search field.

To learn about Make's scenarios, check out the documentation.

To learn about Make's scenarios templates, check out the documentation.

Additionally, ensure that the scenario is active. The scenario toggle should be switched from OFF to ON. To learn about Make's scenarios, check out the documentation.

For testing the JQ expressions, you can use .

If you use a Make scenario as a mid trigger, make sure it ends with a "notify event" module that is configured to send notifications about the completed scenario to OE. You need to use the OE Instance ID, oe-instanceid, to wake up a digital process. For details, see .

You can check your digital process instances in the . The debugger helps in troubleshooting and reviewing the whole process flow, as well as single process steps.

Orchestration Center
event
Make Scenarios
Make Scenarios Templates
Make Scenarios
JQ Playground
Setting a Trigger to Wake Up a Paused Digital Process
Digital Process Debugger