Is there a way to have a microflow constantly watch a data input

0
I am looking for a way to do a Observer/Observable design pattern. Where I have a microflow that is always checking a data input. The idea is to have a decision in the microflow that checks to see if the data input equals a desired value.
asked
1 answers
0

Hi Reece,

 

No, Mendix is stateless. https://www.mendix.com/evaluation-guide/enterprise-capabilities/architecture-principles/#statelessness 

In the front-end you do have events like “on change/ on leave” and in the Entity, you have before and after commit events. 

Would that help? if not, you can tell me more about what you are exactly looking for.

 

Go Make IT

answered