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

    Type Alias DeploymentResult

    type DeploymentResult = {
        deploymentKey: DeploymentKey;
        deployments: DeploymentMetadataResult[];
        tenantId: TenantId;
    }
    Index

    Properties

    deploymentKey: DeploymentKey

    The unique key identifying the deployment.

    Items deployed by the request.

    tenantId: TenantId

    The tenant ID associated with the deployment.