Interface IWorkflowTenantSnapshot
OptimaJet.Workflow.Api.IWorkflowTenantSnapshot
Immutable point-in-time workflow tenant snapshot.
Namespace: OptimaJet.Workflow.Api
public interface IWorkflowTenantSnapshot : IDisposable, IAsyncDisposableProperties
Name
Type
Tenants #IReadOnlyCollection<IWorkflowTenant>Gets all tenant instances in this snapshot.
TenantIds #IReadOnlyCollection<String>Gets all tenant ids in this snapshot.
IsSingleTenant #BooleanReturns
true when the snapshot is configured in single-tenant mode.Methods
IWorkflowTenant GetTenant(string id) #Gets a workflow tenant by any registered tenant id.
Parameters
Name
Type
Description
idStringThe tenant id.
Returns
Type
Description
IWorkflowTenantThe workflow tenant.