Versions Compared

Key

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

Table of Contents
minLevel2
outlinetrue
stylenone

Info

This documentation provides a guide for how to programmatically create Curation Tasks.  For more information configuring Curation Tasks, see the Curation System section of the documentation 

Writing your own tasks

A task is just a java class that can contain arbitrary code, but it must have 2 properties:

...