@camunda8/sdk
    Preparing search index...

    Interface FormMetadata

    interface FormMetadata {
        formId: string;
        formKey: string;
        resourceName: string;
        tenantId: string;
        version: number;
    }
    Index

    Properties

    formId: string

    the form ID, as parsed during deployment; together with the versions forms a unique identifier for a specific form

    formKey: string

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

    resourceName: string

    the resource name

    tenantId: string

    the tenant id of the deployed form

    version: number

    the assigned form version