Scheduling microflows via front end a.k.a. Microflow Scheduled Event Manager - marketplace module

0
I would like to schedule microflows like the way it's done in the Microflow Scheduled Event Manager- market place module. Only I cant get is to work in MX10 it keeps returning java compilation errors.  Does anyone have a working version of this in Mendix 10 or does anyone know another solution for this?    
asked
1 answers
0

Change rollbackTransAction() to rollbackTransaction() in

 

javasource\scheduler\impl\ScheduledJob.java

javasource\scheduler\actions\GetApplicationSettings.java

javasource\scheduler\actions\AquireAdministrativeLock.java

 

That resolved my build errors

answered