mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 01:26:11 -08:00
@@ -50,7 +50,8 @@ class WorkflowManager:
|
|||||||
def process_event(self, event):
|
def process_event(self, event):
|
||||||
"""Process the events. Check if events match a workflow trigger"""
|
"""Process the events. Check if events match a workflow trigger"""
|
||||||
|
|
||||||
mylog('verbose', [f"[WF] Processing event with GUID {event["GUID"]}"])
|
guid = event["GUID"]
|
||||||
|
mylog('verbose', [f"[WF] Processing event with GUID {guid}"])
|
||||||
|
|
||||||
# Check if the trigger conditions match
|
# Check if the trigger conditions match
|
||||||
for workflow in self.workflows:
|
for workflow in self.workflows:
|
||||||
|
|||||||
Reference in New Issue
Block a user