Skip to main content
Solved

Stop refreshing a subject

  • March 17, 2026
  • 5 replies
  • 30 views

Forum|alt.badge.img+14

The easiest way to refresh a subject is by using the refresh interval in seconds.

We have a subject (process) with a detail tab (steps). Based on the status (active) of a row in process the detail tab (steps) should refresh automatically. When the status of the process is ‘finished’ refreshing of the detail tab should stop.

You can compare it with the generation process in the SF. The main difference is, that I could select older processes that are already finished.   

The easiest way for me would be if there was an extra parameter in the context procedure for subjects with the auto refresh indicator. Based on the status off the process I could stop refreshing the steps.   

An alternative could be to start a process flow when selecting a row. It is more work for me, but on the other side it gives more opportunities. 

Best answer by Arie V

@Andre te Raa I am inclined to think that you can resolve this with the Change detection logic in combination with Auto-refresh. Could you give it a try and let us know the result?

5 replies

Arie V
Community Manager
Forum|alt.badge.img+12
  • Community Manager
  • Answer
  • March 17, 2026

@Andre te Raa I am inclined to think that you can resolve this with the Change detection logic in combination with Auto-refresh. Could you give it a try and let us know the result?


Arie V
Community Manager
Forum|alt.badge.img+12
  • Community Manager
  • March 17, 2026
NewNeeds feedback

Forum|alt.badge.img+14
  • Author
  • Captain
  • March 17, 2026

@Arie V, this works indeed! Didn't think of that. It still executes the change detection procedure at auto refresh interval, but that's part of the concept😊


Arie V
Community Manager
Forum|alt.badge.img+12
  • Community Manager
  • March 17, 2026

@Andre te Raa Yeah, the best alternative is a Process Flow with some waits, and would not have that disadvantage. But as you already mentioned, it is indeed more work for you as Developer. 


Forum|alt.badge.img+14
  • Author
  • Captain
  • March 18, 2026

@Arie V  If the parameter wasn't a bit, an extra parameter value could also stop change detection and refreshing.