Progress bar is still loading after the microflow execution

0
Hi, I encountered a similar issue previously, which was resolved by converting the microflow into a nanoflow. However, in the current scenario, the microflow includes multiple commit actions and a delete operation. Converting it into a nanoflow is not feasible due to several server-side activities and security access constraints. The page in question contains multiple snippets, and one of them uses this microflow along with a blocking progress bar. Outside the snippet, there is a list view with a data source based on the association Main.DC_Request/Main.DC. The visibility condition for this list view is: $currentObject/STEP_RD_DONE and $currentObject/ShowDC and $currentObject/CurrentView != Resource.eRequestViews.DC The page parameter and current object are both based on the Request entity. One to many association from Request (1) entity to DC(*) entity . The microflow activities appear to complete successfully, but the blocking progress bar does not disappear. Interestingly, when I remove the visibility condition from the list view, both the microflow and the progress bar complete without any issues. Would you like me to help analyze the visibility condition further or suggest alternative approaches to handle the progress bar behavior?
asked
0 answers