annator-command-center / data /automation_settings.json
techprotrade's picture
Deploy ATOM FastAPI command center runtime (part 5)
90c6b42 verified
Raw
History Blame Contribute Delete
576 Bytes
{
"enable_automatic_knowledge_extraction": true,
"enable_out_of_workflow_automations": true,
"document_processing_auto_trigger": true,
"enable_accounting_automations": true,
"enable_sales_automations": true,
"response_control_mode": "suggest",
"enable_integration_enrichment": true,
"pipelines": {
"sales": {
"mode": "scheduled",
"cron": "*/30 * * * *"
},
"projects": {
"mode": "scheduled",
"cron": "*/15 * * * *"
},
"finance": {
"mode": "scheduled",
"cron": "0 * * * *"
}
}
}