Skip to content

Workflows

At its core Tanuki is a pipeline for processing jobs. You choose a Workflow that has configured steps those steps process the input down to text and then run a series of configurable steps against the original input, the step outputs, or any combination.

Workflows are also able to store configuration for output adapters, this means you can have a workflow automatically forward the results of a run to your various storage locations.

Finally, Workflows allow reconfiguration of the steps that process the inputs.

These guides cover the details of building, configuring and running custom workflows.

New to building one? Start with Create a workflow. From there:

For what a step is and the full list of step types, see the Workflows reference.