How to Write a Harvester Plugin (WIP)¶
Users can modify how autojob Calculation tasks are harvested by
writing a custom harvester and either explicitly registering the harvester as a
plugin or exposing your plugin as an entry point. Of the two, options the second
is preferred.
This page will:
Explain how harvesters fit into
autojobworkflowSpecify requirements for harvesters
Write simple harvester for calculator and analysis