What is multitenancy in a workflow engine?
Multitenancy lets one Workflow Engine deployment serve multiple customers or business units. The Core runtime can store a TenantId with each process instance, while the host application applies that value in its own selection and access-control logic. Workflow Engine NEO adds tenant-aware HTTP API operations and supports logical, physical, and hybrid routing. Logical tenants share a runtime and persistence boundary; physical tenants use a dedicated database or database schema and a runtime in each API host; hybrid combines both. Built-in tenant-aware operations scope process data to the selected tenant, while custom endpoints and external stores must enforce the same boundary.