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:
- There's no input file attached on process execution
- A process cannot be linked to another process
- 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