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 viaAddWorkflowEngineRuntime
orAddWorkflowApi
. - Data component settings are now provided through
WorkflowApiDataProviderOptions
insideWorkflowEngineTenantCreationOptions
. - The
WorkflowApiSetupOptions
class has been renamed toWorkflowApiOptionsSetup
.