Add flows to API and cron steps to fix INVALID EMIT error

This commit is contained in:
root
2025-10-24 00:22:51 +00:00
parent b70619ab2d
commit 9ca3191542
2 changed files with 4 additions and 2 deletions

View File

@@ -10,7 +10,8 @@ config = {
'name': 'Calendar Sync Cron Job',
'description': 'Führt den Calendar Sync alle 15 Minuten automatisch aus',
'cron': '*/15 * * * *', # Alle 15 Minuten
'emits': ['calendar.sync.employee']
'emits': ['calendar.sync.employee'],
'flows': ['advoware']
}
async def get_advoware_employees(advoware):