Workflow Engine .NET

Assembly: OptimaJet.Workflow.Api

Class WorkflowTenantCreationOptions

OptimaJet.Workflow.Api.Options.WorkflowTenantCreationOptions

Represents the settings for creating IWorkflowTenant implementation.

public class WorkflowTenantCreationOptions

Inheritance

  • Object

Properties

Name
Type
TenantIds #
String[]
The unique workflow tenant identifiers to create with specific runtime options. If no tenant identifiers are specified, the single tenant id WorkflowApiConstants.SingleTenantId will be used.
WorkflowRuntimeCreationOptions #
WorkflowRuntimeCreationOptions
Options for configuring the Workflow Engine WorkflowRuntime runtime of the tenant.
PersistenceProviderId #
String
ConnectionString #
String
Specifies the connection string used by both data and workflow providers for tenant creation.
DataProviderCreationOptions #
DataProviderCreationOptions
Configuration options for the tenant's data provider.
WorkflowProviderCreationOptions #
WorkflowProviderCreationOptions
Options for configuring the Workflow Engine IWorkflowProvider provider of the tenant.