Skip to main content

Process

A Process is very similar to a File, in that it runs Python code on a user action. There are a few differences, however:

  1. There's no input file attached on process execution
  2. A process cannot be linked to another process
  3. The history of process runs can come from an external source, such as a database or an API. For more details, see history-provider

Process configuration works in a similar way to File configuration