Processors
Cerebro Support avatar
Written by Cerebro Support
Updated over a week ago

Processors are a set of scripts that extend the capabilities of Tentaculo for the specifics of your pipeline. Processors in Python languages will be used, and for Adobe products, additionally, in Javascript.
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;

  • inserting a file;

  • inserting a file as a reference;

  • checking reference files;

  • updating reference files;

  • publishing a file;

  • expanding the task menu;

  • file menu extension;

  • color indication of tasks.

Did this answer your question?