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

    Type Alias FormResult

    type FormResult = {
        formId: FormId;
        formKey: FormKey;
        schema: string;
        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: string

    The form schema as a JSON document serialized as a string.

    tenantId: TenantId

    The tenant ID of the form.

    version: number

    The version of the the deployed form.