Scheduled event not firing on cloud node

0
I set up a Scheduled Event yesterday to trigger at 1am this morning and repeat every day. Tested it locally and it fired and ran the connected microflow as expected. Deployed the new version of the app into the cloud node yesterday afternoon.   I've checked the table where the microflow is supposed to be writing a record to this morning and there's nothing there. The very first activity in the microflow is to write a row to this table that contains the message "starting..." and there is no logic to prevent this.   This is the first time I have used a scheduled event. Do I have to do anything on the cloud node to enable it?
asked
3 answers
2

Yes,  check  your Deploy tab ->Details -> Model options and check if the bulp is yellow (Currently enabled). 

Unfortunately you have to stop/start your app after enable/disable a scheduled event.

answered
1

You need to enable the Scheduled event in the cloud node. Goto details and then the Model Options tab. 

Regards,

Ronald

answered
0

Perfect. Thanks :)

answered