@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias ProcessDefinitionResult

    type ProcessDefinitionResult = {
        hasStartForm: boolean;
        name: string | null;
        processDefinitionId: ProcessDefinitionId;
        processDefinitionKey: ProcessDefinitionKey;
        resourceName: string;
        tenantId: TenantId;
        version: number;
        versionTag: string | null;
    }
    Index

    Properties

    hasStartForm: boolean

    Indicates whether the start event of the process has an associated Form Key.

    name: string | null

    Name of this process definition.

    processDefinitionId: ProcessDefinitionId

    Process definition ID of this process definition.

    processDefinitionKey: ProcessDefinitionKey

    The key for this process definition.

    resourceName: string

    Resource name for this process definition.

    tenantId: TenantId

    Tenant ID of this process definition.

    version: number

    Version of this process definition.

    versionTag: string | null

    Version tag of this process definition.