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.
state
state: "ACTIVE" | "DRAINING" | "DELETED";
The state of this process definition.
DRAINING indicates the definition is being deleted but still has active process
instances draining before it is removed.
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.