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

@@ -8,7 +8,8 @@ config = {
'description': 'API-Endpunkt zum manuellen Auslösen des Calendar Sync für einen Mitarbeiter',
'path': '/advoware/calendar/sync',
'method': 'POST',
'emits': ['calendar.sync.employee']
'emits': ['calendar.sync.employee'],
'flows': ['advoware']
}
async def handler(req, context):