Skip to content

Invoking Using Windows Task Scheduler on a schedule basis

Nadeem Mohammad edited this page Jun 11, 2020 · 5 revisions

If you just want to execute the task once and manage the schedule externally (Windows Task Scheduler Or Unix Cron Job) then you have to set app.schedule.externally_managed=true in application.properties and make sure External source triggers execution on a regular basis daily. In this case we would use Windows Task Scheduler which would invoke wishing application on a regular basis.

Step 0 : Setup

Add app.schedule.externally_managed=true in application.properties

Step 1: Create a New Task

Click Create

Provide details

Step 2: Trigger Details

Step 3: Action Details

Step 4: Actions

Step 5: View Task Details

Application invoked and shut down