| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-09-18 | 901 Bytes | |
| Workflow Engine 19.0.0 source code.tar.gz | 2025-09-18 | 25.0 MB | |
| Workflow Engine 19.0.0 source code.zip | 2025-09-18 | 26.5 MB | |
| Totals: 3 Items | 51.4 MB | 0 | |
Core
- Added unique identifiers by database type to
IPersistenceProvider.
Workflow Engine Web API
- [Major feature] Introducing the RPC API. Remotely manage Workflow Engine Runtime instances in single-tenant or multi-tenant mode. See the documentation or check out our GitHub repository.
Breaking Changes
Breaking changes affect only users of the Workflow Engine Web API.
- To start the API, you must register at least one tenant via
AddWorkflowEngineRuntimeTenants, or configure single-tenant mode viaAddWorkflowEngineRuntimeorAddWorkflowApi. - Data component settings are now provided through
WorkflowApiDataProviderOptionsinsideWorkflowEngineTenantCreationOptions. - The
WorkflowApiSetupOptionsclass has been renamed toWorkflowApiOptionsSetup.