Backend workflow
Back-end workflows allow you to connect your apps using a variety of APIs to share and manipulate data without code. It allows to move and transform data between different apps and databases without getting caught up in API docs and troubleshooting CORS errors.
The current backend workflow uses a workflow automation tool for services called n8n, refer to n8n documentation for more details
Current default n8n service is run with following configuration:
Name
Value
NODES_EXCLUDE
n8n-nodes-base.executeCommand
EXECUTIONS_PROCESS
main
N8N_SKIP_WEBHOOK_DEREGISTRATION_SHUTDOWN
"true"
Last updated