Skip to content

Instantly share code, notes, and snippets.

@mariomartinezricston
Created September 20, 2016 12:21
Show Gist options
  • Save mariomartinezricston/01ddf9e893cca3a5085700f8235496e1 to your computer and use it in GitHub Desktop.
Save mariomartinezricston/01ddf9e893cca3a5085700f8235496e1 to your computer and use it in GitHub Desktop.
PollFirstMonth
<flow name="pollFirstOfMonthFlow">
<poll doc:name="Poll">
<schedulers:cron-scheduler expression="0 0 13 1 1/1 ? *"/>
<logger message="#[server.dateTime.getTime()] -- Poll: Initializaing invoice process" level="INFO" doc:name="Logger"/>
</poll>
<flow-ref name="process-logicFlow" doc:name="process-logicFlow"/>
</flow>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment