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

    Type Alias ProcessDefinitionResult

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

    Properties

    hasStartForm?: boolean

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

    name?: string

    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

    Version tag of this process definition.