LogoLogo
CommunitySupport PortalYouTubeStart a free trial
  • Welcome
  • Commerce Engine
  • Orchestration Engine
  • API Documentation
  • Release Notes
  • Changelog
  • Release Notes
  • 2025
    • 2025-05-26: CE - New cart flexibility for managing line items
    • 2025-05-08: CE - Developer Portal - MFA
    • 2025-04-15: CE - Cart Service External Discounts
    • 2025-04-10: CE - Cart Validation and Configuration Improvement
    • 2025-04-04: CE - B2C Quotes
    • 2025-04-03: CE - Custom Entity Framework
    • 2025-04-01: CE - Shared Orders
    • 2025-04-01: CE - Customer Groups
    • 2025-03-21: CE - Custom Mixin Filters
    • 2025-03-12: CE - Extensions
    • 2025-02-19: OE - Datastore
    • 2025-02-11: CE - AI Import
    • 2025-01-13: CE - Segments
  • Archive
    • 2024
      • 2024-12-24: CE - AI Smart Config
      • 2024-12-06: CE - Customer Segments
      • 2024-12-05: OE - Timer Events
      • 2024-11-15: OE - Orchestration Center
      • 2024-10-29: CE and OE - Documentation Portal Subscriptions
      • 2024-10-09: CE - Coupon Service
      • 2024-10-07: CE - External fees
      • 2024-10-04: CE - Magnolia CMS Integration
      • 2024-10-02: OE - Cloud Functions
      • 2024-09-30: OE - Task Inbox
      • 2024-09-17: CE - Delivery Methods and Delivery Zones Rename
      • 2024-08-16: CE - Order Management
      • 2024-08-13: CE - External Price Calculation
      • 2024-06-21: CE - API Statistics
      • 2024-06-07: OE - Digital Process Step Replay
      • 2024-06-07: CE - Mixin Schemas
      • 2024-05-13: CE - Renaming Digital Commerce Platform to Commerce Engine
      • 2024-05-02: OE - Event Registry and Event Logs
      • 2024-05-02: OE - Diagrams for Digital Processes
      • 2024-05-02: OE - Draft Digital Processes
      • 2024-05-02: OE - Task Inbox
      • 2024-04-15: OE - User Management
      • 2024-04-15: CE - User Management
      • 2024-03-15: CE - Guest Checkout
      • 2024-03-07: CE - Quote Service
      • 2024-02-15: OE - Webhook Service
      • 2024-02-05: OE - Subflows
      • 2024-02-05: CE - Customer Management Service
      • 2024-01-23: CE - Separate API Keys in Developer Portal
      • 2024-01-22: CE - Mixins for Availability Service
      • 2024-01-15: OE - Decision Engine
      • 2024-01-02: CE - Mixin Schemas
    • 2023
      • 2023-12-21: OE - Renaming Commerce Execution Platform to Orchestration Engine
      • 2023-12-11: CE - Single Sign-On (SSO)
      • 2023-12-01: CE - Mixin Schemas
      • 2023-11-24: CE - Auth0 - Social Login
      • 2023-11-20: CE - Builder.io Plugin
      • 2023-11-08: CE - Mixin Schemas
      • 2023-11-07: CE - Customer Rights & Roles
      • 2023-10-30: CE - Assisted Buying
      • 2023-09-08: CE - Artificial Intelligence Assistance
      • 2023-09-05: OE - Forms Automation
      • 2023-07-11: CE - Payment Gateway Service
      • 2023-07-11: CE - Delivery Cycle Management
      • 2023-07-04: OE - KPIs and Analytics
      • 2023-06-26: OE - Digital Process Debugger
      • 2023-05-24: CE - Quote Management
      • 2023-05-16: CE - Universal Search Connector
      • 2023-05-15: CE - Reward Points Management
      • 2023-04-06: CE - Quote Management
      • 2023-03-03: CE - Multiple Coupons
      • 2023-03-03: CE - Media Management Service
      • 2023-01-16: CE - Returns Service
    • 2022
      • 2022-11-25: CE - Product Variants
      • 2022-11-23: CE - Variant-related Tutorials in the Product Service Documentation
      • 2022-11-10: CE - Brand Service Documentation
      • 2022-10-06: CE - Webhook Event Publishing
      • 2022-09-30: CE - Product Templates and Product Bundles
      • 2022-09-30: CE - Availability Service Documentation
      • 2022-09-30: CE - Customer Management Service
      • 2022-09-19: CE - Price Service Documentation
      • 2022-08-24: CE - Availability Service Documentation
      • 2022-07-15: CE - Emporix Documentation Portal Restructuring
      • 2022-07-15: CE - Cart Service Documentation
      • 2022-07-14: CE - Price Lists for B2B eCommerce
      • 2022-07-13: CE - Emporix Maker App
      • 2022-07-05: CE - Identity and Access Management (IAM)
      • 2022-06-14: CE - Delivery and Shipping Documentation
      • 2022-05-26: CE - Core Commerce Documentation Renaming
      • 2022-05-05: CE - Renaming in the Price Object
      • 2022-05-04: CE - Renaming in the Product Object
      • 2022-04-27: CE - Pricing and Tax Management Documentation
      • 2022-04-21: CE - Quick Start Guide Documentation Improvements
      • 2022-04-07: CE - Catalog and Category
      • 2022-04-05: CE - B2B Pricing
Powered by GitBook
On this page
  • Overview
  • What's new
  • Known problems
  • Documentation and Links

Was this helpful?

Export as PDF
  1. Archive
  2. 2024

2024-10-02: OE - Cloud Functions

Previous2024-10-04: CE - Magnolia CMS IntegrationNext2024-09-30: OE - Task Inbox

Last updated 22 days ago

Was this helpful?

LogoLogo

Resources

  • Emporix.com
  • Developer Policy
  • Terms of Use

Find us

  • LinkedIn

© 2025 Emporix. All Rights Reserved.

Overview

We are happy to announce that Orchestration Engine digital processes can now incorporate Cloud Functions as an alternative to process steps. This new integration allows you to seamlessly include Cloud Functions in your workflows, enabling real-time data processing, automated tasks, API handling, and IoT event responses directly within your digital processes.

A Cloud Function can be any web service with a public, internet facing, endpoint. This can include web services hosted in AWS, Azure and GCP as well as those internally developed, or provided by SAAS platform vendors.

What's new

Feature
Benefit

Event-driven executions

Cloud functions are triggered by specific events, such as HTTP requests, file uploads, or database changes. This allows for automated, real-time responses to various conditions and inputs.

Full Integration with the process context

The Orchestration Engine can pull data from the process context to provide an input to the cloud function and the results of the cloud function can be returned as an event added to the process context.

Scalability

Cloud functions automatically scale with the volume of incoming events.

Known problems

No known problems at time of release.

Documentation and Links

Digital Process Components
Creating Digital Processes
Digital Process Debugger