Custom Workflows
Any custom logic
Last updated
Any custom logic
Last updated
Custom workflows are used for background tasks that are not covered by .
To stay consistent with the overall project structure, each custom workflow must be within a py file located in the project folder.
The py file will start with the generic import of components relevant to Automail (e.g. custom_models to access all models, custom_functions to access all project functions, etc.). Each workflow would then be defined within its own function and called in the main as in the example below.