dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #35474
Query Regarding Spring scheduler for set dynamic cron expression
Dear Dev,
I have a Query Regarding Spring scheduler for set dynamic
cron expression
I use the Spring scheduler in which i add
<task:scheduled-tasks scheduler="schedulerName">
<task:scheduled ref="action-Name" method="method-Name" cron="0 0
23 * * ?"/>
</task:scheduled-tasks>
i want how to dynamic replace the cron expression means i want to set the
cron expression from form(GUI)
--
Thanks and Regards
Mithilesh Kumar Thakur
Follow ups