Workflow Engine .NET

Assembly: OptimaJet.Workflow.Api

Class WorkflowApiConstants

OptimaJet.Workflow.Api.WorkflowApiConstants

Class containing various public constants for working with the Workflow Engine API.

public static class WorkflowApiConstants

Inheritance

  • Object

Properties

Name
Type
DefaultProtectedGlobalParameterTypes #
IReadOnlyCollection<String>
Default Global Parameter types that are reserved for Workflow Engine and Workflow Server system storage. Generic Global Parameters Data API access to these types is blocked unless the list is changed in WorkflowApiCoreOptions.ProtectedGlobalParameterTypes.

Fields

public const string PermissionsClaimType = "WorkflowApiPermissions" #
The name of the claim storing Workflow API permissions.
public const string TenantIdHeader = "Workflow-Api-Tenant-ID" #
The name of the HTTP header used to specify the tenant ID in requests to the Workflow Engine API. This header is used to identify the context of the tenant for the current operation.
public const string SingleTenantId = "" #
The tenant id when used single tenant setup of the Workflow Engine API.