Hello everyone, I have developed an application in Mendix 10.12.5 that requires local execution since it interacts with our internal systems. One component of this app involves extracting data from one source and sending it to our ERP system. I am utilizing a scheduled event to invoke a microflow every thirty minutes, but it appears to be not working. However, I have also implemented a manual trigger for the same microflow, which functions properly. This indicates that the microflow itself is not the issue. Could someone please help me identify what might be causing the problem with the scheduled event? I know I have an excluded event from the MF as I am still currently testing.
asked
Stephen Meadows
2 answers
0
just to be sure , have you enabled your scheduler from cloud settings
answered
Sharad Suryavanshi
0
Hello Stephen,
You should connect a debugger and put a breakpoint on the Decrypt microflow.
You will probably notice that the string as input parameter is not encrypted. If it is encrypted, it would start with something like {AES3}.