Thank you, Sir,
For simulate the ever lasting timer, i see in here: https://www.outsystems.com/learn/lesson/1133/master-class-on-best-practices-and-timers. But, as you tell, it is better to use BPT - i can terminate the polling by setting the while condition to false using this BPT, instead of trying to use Ctrl-C to terminate it and i don't know how we can send signal like that in Outsystems.
First, i think to try timer and run it on publish, but as you say that it will be kicked by the IIS - i never try it -, i think i'll forget the timer on publish.
Confluence take some feature about times, and BPT is also not that suitable for real time event streaming (auto activity has constraint 5 minutes). However, as we want the module in Outsystems and i think for update master table does not take more than 5 minutes, it is best choice.
thank you and best regards