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
Discussion posts and replies are publicly visible
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.
Thanks for confirmation.