Question
How can I show the updated values without refresh?
I have a process model where I call several apis and write result to table, the process model is long so I didn't chain it.
But user want to see the values updated by the process model when the process is completed, without refresh. Or at least tell user when to refresh, meaning we have to make a flag indicating the whole process is completed.
How can I do that?
I tried to write a flag at the end of each sub-process and make it a refresh variable in my interface, hoping it'll refresh to its latest value. But it didn't work
