Hi All,Currently we are having a workflow which consists of a task which will be worked by a user. When any updates to the workflow occur from external system, we cannot show the updates to the user in the UI when user has the UI already open since the data cannot be refreshed. We are thinking of either cancelling and creating a new workflow with the latest updates or completing the task using smart service and recreating the task within the same workflow. Any insights on which will be better approach will be useful.
Discussion posts and replies are publicly visible
There is a recipe that could be helpful for this: https://docs.appian.com/suite/help/25.2/recipe-refresh-until-asynchronous-action-completes.html
You can also go further and have events pushed to the UI in realtime via this plugin: https://community.appian.com/b/appmarket/posts/sail-events-field
Thanks Mathieu Drouin . First recipe will be useful if the updates are done within Appian but unfortunately, the updates are occurring in the backend unknown to the front end user.The plugin might be the one which might help us solve the issue. I will discuss with my team and proceed further