Skip to content

skullquake/mxschedule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mxschedule

Mendix Scheduled Execution

Screenshot

Features

  • [multiple] Cron|Millisecond [multiple [con]current] Microflow/SJS scheduling
  • [multiple] Cron|Millisecond execution termination, including currently executing Microflow/SJS
  • Terminate action parent schedule via utility Java Action
  • Current execution log
  • Optional execution log
  • Configuration Validation
  • Generic testing [Non]Persistable domain model and overviews for testing

Dependencies:

  • com.google.gson-2.2.4.jar
  • commons-logging-1.1.1.jar
  • org.apache.commons.io-2.3.0.jar
  • spring-beans-5.2.3.RELEASE.jar
  • spring-context-5.2.3.RELEASE.jar
  • spring-core-5.2.3.RELEASE.jar
  • Mx Model Reflection

Instructions:

  • Get deps
  • Add Module
  • Add Navigation
  • Run Project
  • Sync Microflows
  • Create Schedule
  • Set Cron string
  • Setup schedule
  • Test
  • Verify
  • Sleep