Hi everybody,
we need to display a "loading" interface (an image or a gif) while we call an integration (through a button, which needs to be the only user interaction) that takes a couple of minutes to complete. We tried using both refresh variables and showWhen logics but neither worked as Appian waited to complete the integration "call" before displaying anything. We also tried using a process model with an AND gate but the user input task node needs to be "attended" so it can't be used without the user interaction. Do you guys have any suggestions?
Discussion posts and replies are publicly visible
nicolod4477 : Previously, we encountered the same internal requirement and faced a similar issue.
However, our solution involved utilizing the submit button, which offers the option to display a loading indicator. This remains your sole available option.
Hi nicolod4477,
After reading your approach looks like, you are triggering the integration from UIT. You can try following steps.
Please revert if you face any challenge with this approach.