Class WorkflowRuntimeTenantGlobalParameterExtensions
OptimaJet.Workflow.Core.Runtime.WorkflowRuntimeTenantGlobalParameterExtensions
Extension methods for tenant-bound global parameter operations.
Namespace: OptimaJet.Workflow.Core.Runtime
public static class WorkflowRuntimeTenantGlobalParameterExtensionsMethods
public static TenantGlobalParameterApi GetTenantGlobalParameterApi(this WorkflowRuntime runtime, string? tenantId) #Creates and returns a tenant-bound global parameter API for the runtime.
Parameters
Name
Type
Description
runtimeWorkflowRuntimeWorkflow runtime used to create the API.
Returns
Type
Description
TenantGlobalParameterApiA TenantGlobalParameterApi instance for the tenant-specific or shared global parameter scope.
Exceptions
Type
Description
ArgumentNullExceptionruntime cannot be null.