Type Alias: ProcessDefinitionResult
type ProcessDefinitionResult = object;
Properties
hasStartForm
hasStartForm: boolean;
Indicates whether the start event of the process has an associated Form Key.
name
name: string | null;
Name of this process definition.
processDefinitionId
processDefinitionId: ProcessDefinitionId;
Process definition ID of this process definition.
processDefinitionKey
processDefinitionKey: ProcessDefinitionKey;
The key for this process definition.
resourceName
resourceName: string;
Resource name for this process definition.
tenantId
tenantId: TenantId;
Tenant ID of this process definition.
version
version: number;
Version of this process definition.
versionTag
versionTag: string | null;
Version tag of this process definition.