@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 resource name from which this form was parsed.

    tenantId?: TenantId
    version?: number

    The assigned form version.