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

    Type Alias FormResult

    type FormResult = {
        formId?: FormId;
        formKey?: FormKey;
        schema?: { [key: string]: unknown };
        tenantId?: TenantId;
        version?: number;
    }
    Index

    Properties

    formId?: FormId

    The user-provided identifier of the form.

    formKey?: FormKey

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

    schema?: { [key: string]: unknown }

    The form content.

    tenantId?: TenantId

    The tenant ID of the form.

    version?: number

    The version of the the deployed form.