Class WorkflowTenantCreationOptions
OptimaJet.Workflow.Api.Options.WorkflowTenantCreationOptions
Represents the settings for creating IWorkflowTenant implementation.
Namespace: OptimaJet.Workflow.Api.Options
public class WorkflowTenantCreationOptionsInheritance
- 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 #WorkflowRuntimeCreationOptionsOptions for configuring the Workflow Engine WorkflowRuntime runtime of the tenant.
PersistenceProviderId #StringConnectionString #StringSpecifies the connection string used by both data and workflow providers for tenant creation.
DataProviderCreationOptions #DataProviderCreationOptionsConfiguration options for the tenant's data provider.
WorkflowProviderCreationOptions #WorkflowProviderCreationOptionsOptions for configuring the Workflow Engine IWorkflowProvider provider of the tenant.