@nycu-sdc/core-system-sdk
    Preparing search index...

    Interface FormWorkflowValidationInfo

    Validation information for workflow validation errors

    interface FormWorkflowValidationInfo {
        message: string;
        nodeId: string;
        type: FormWorkflowValidationInfoType;
    }
    Index

    Properties

    Properties

    message: string

    Human-readable description of the validation error

    nodeId: string

    The ID of the node that caused the validation error

    The type/category of validation error