Skip to main content
July 15, 2025
Question

Health Check Monitoring

  • July 15, 2025
  • 5 replies
  • 0 views

A client reported that one of their processes has been quite slow.

Their process relates to a Wizard style interface that the user needs to populate before submitting the task. However, the interface does not perform any heavy queries or expressions.

When reviewing the Health Check report, what should you do?

Ans:-

a.Investigate the slow activity-chained process flows (as multiple User Input Tasks might be linked together) and merge these into a single interface

b.Investigate the number of unattended process loops (as multiple User Input Tasks might be linked together) and merge these into multiple node instances where possible

c.Investigate the interface size and review the historical performance trends of the interface (as it might indicate an environment issue) and make adjustments where necessary


5 replies

shubhama926776
July 15, 2025

Correct Option is A

When multiple User Input Tasks are activity-chained together, it can cause performance degradation. The activity chain maintains the process in memory throughout all the steps, which impacts performance.
Merge multiple chained User Input Tasks into one task with a multi-section interface. This improves performance while keeping the wizard experience.

July 15, 2025

Thanks for confirmation.

stefanhelzle0001
July 15, 2025

This is a misleading question. A slow process is something fundamentally different than a slow interface.

Users typically complain more about interface issues than process issues, so I would go with C.

July 15, 2025

 In question,They already say that ,the interface does not perform any heavy queries or expressions.