Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

These Internal jobs are programmed to be part of OpenSpecimen code architecture. For  

For this, you will need to create a Java class which implements OpenSpecimen's Scheduled Task interface and override the doJob() method. While running the job, you have to provide the fully qualified name of that class as an implementation field while creating internal jobs.

Example: CP expiry notification: This is an internal job created to send sends notifications when CPs are expiring.