Skip to content

Workflow Engine 19.0.0

Latest
Compare
Choose a tag to compare
@optimajet optimajet released this 18 Sep 09:08

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 via AddWorkflowEngineRuntime or AddWorkflowApi.
  • Data component settings are now provided through WorkflowApiDataProviderOptions inside WorkflowEngineTenantCreationOptions.
  • The WorkflowApiSetupOptions class has been renamed to WorkflowApiOptionsSetup.