Skip to main content
June 26, 2023
Question

Health check Report

  • June 26, 2023
  • 2 replies
  • 0 views

Hi All,

I downloaded the health check report, in that report for description column for user input task i am getting below Description.

29 calls, 1.2MB max interface, 360 max component count, 84.6KB average interface, 296 average component count.

.what is the exact meaning of this description

Thanks in Advance.

    2 replies

    July 11, 2023

    Hi 

    I guess the below documentation link will give you more insight.

    docs.appian.com/.../understanding-the-health-check-report.html

    karumurua531442
    July 20, 2023

    29 calls: This refers to the number of times the user input task has been called or executed. In other words, the task has been accessed and used 29 times.

    1.2MB max interface: This indicates the maximum size of the user interface (UI) components loaded for the user input task.

    360 max component count: This refers to the maximum number of components rendered on the user interface at any given time. Components may include buttons, input fields, tables, or any other UI elements.

    84.6KB average interface: This represents the average size  of the UI components loaded for the user input task. It is the average of the total size of UI elements across all the task's executions.

    296 average component count: This indicates the average number of components rendered on the user interface for each task execution. It is the average count of UI elements across all the task's executions.