Class WorkflowTenantCreationOptions
OptimaJet.Workflow.Api.Options.WorkflowTenantCreationOptions
Represents the settings for creating IWorkflowTenant implementation.
Namespace: OptimaJet.Workflow.Api.Options
public class WorkflowTenantCreationOptionsProperties
public string[] TenantIds { get; set; } #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.
public WorkflowRuntimeCreationOptions WorkflowRuntimeCreationOptions { get; set; } #Options for configuring the Workflow Engine WorkflowRuntime runtime of the tenant.
public string? PersistenceProviderId { get; set; } #public string ConnectionString { get; set; } #Specifies the connection string used by both data and workflow providers for tenant creation.
public DataProviderCreationOptions DataProviderCreationOptions { get; set; } #Configuration options for the tenant's data provider.
public WorkflowProviderCreationOptions WorkflowProviderCreationOptions { get; set; } #Options for configuring the Workflow Engine IWorkflowProvider provider of the tenant.