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

    Type Alias DeploymentResourceResult

    A deployed Resource.

    type DeploymentResourceResult = {
        resourceId?: string;
        resourceKey?: ResourceKey;
        resourceName?: string;
        tenantId?: TenantId;
        version?: number;
    }
    Index

    Properties

    resourceId?: string

    The resource ID, as parsed during deployment, together with the version forms a unique identifier for a specific form.

    resourceKey?: ResourceKey

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

    resourceName?: string

    The resource name from which this resource was parsed.

    tenantId?: TenantId
    version?: number

    The assigned resource version.