Update flow names for Advoware and VMH steps to improve clarity and organization
This commit is contained in:
@@ -15,7 +15,7 @@ from motia import cron, FlowContext
|
||||
config = {
|
||||
'name': 'Calendar Sync Cron Job',
|
||||
'description': 'Runs calendar sync automatically every 15 minutes',
|
||||
'flows': ['advoware'],
|
||||
'flows': ['advoware-calendar-sync'],
|
||||
'triggers': [
|
||||
cron("0 */15 * * * *") # Every 15 minutes (6-field: sec min hour day month weekday)
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user