Processors are a set of Python scripts that extend the capabilities of Tentaculo for the specifics of your pipeline. They allow:
- add or change the actions performed in the plugin, such as opening a file, creating a new file in a task, saving a version, publishing a report, etc.
- extend the functionality of Tentaculo by adding your own menu items;
- display additional color indication of tasks.
The following list of processors is available:
- creating a new file;
- opening a file;
- saving the version;
- publishing a file;
- expanding the task menu;
- file menu extension;
- color indication of tasks.
<< Previous Next >>