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

    Type Alias DeploymentProcessResult

    A deployed process.

    type DeploymentProcessResult = {
        processDefinitionId: ProcessDefinitionId;
        processDefinitionKey: ProcessDefinitionKey;
        processDefinitionVersion: number;
        resourceName: string;
        tenantId: TenantId;
    }
    Index

    Properties

    processDefinitionId: ProcessDefinitionId

    The bpmn process ID, as parsed during deployment, together with the version forms a unique identifier for a specific process definition.

    processDefinitionKey: ProcessDefinitionKey

    The assigned key, which acts as a unique identifier for this process.

    processDefinitionVersion: number

    The assigned process version.

    resourceName: string

    The resource name from which this process was parsed.

    tenantId: TenantId

    The tenant ID of the deployed process.