Got feedback or spotted a mistake?

Leave a comment at the end of this page or email contact@krishagni.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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

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 internal job sends notifications when CPs are expiring.

  • No labels