Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit c1c13af

Browse files
committed
Adding processor to check for failed workflows
1 parent d07b59b commit c1c13af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/python/dart/trigger/zombie_check.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ def evaluate_message(self, message, trigger_service):
3232
##self._workflow_service.run_triggered_workflow(message, self._trigger_type)
3333
## TODO - check batch vs dart here!
3434
TODO = "Check batch state vs DART here."
35+
# 1. retrieve running instance workflows (if any) actions.
36+
#
3537

3638
# return an empty list since this is not associated with a particular trigger instance
3739
return []

0 commit comments

Comments
 (0)