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

    Type Alias DeploymentFormResult

    A deployed form.

    type DeploymentFormResult = {
        formId: FormId;
        formKey: FormKey;
        resourceName: string;
        tenantId: TenantId;
        version: number;
    }
    Index

    Properties

    formId: FormId

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

    formKey: FormKey

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

    resourceName: string

    The name of the resource.

    tenantId: TenantId
    version: number

    The version of the deployed form.