How to register listener using WorkflowStatusListener interface of OSS/Netflix Conductor #301
Unanswered
PaulPheonix06
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Custom listener registration for Netflix Conductor to trigger upon workflow completion but not functioning as expected.
How can I register a custom listener in my code that should trigger when Netflix Conductor finishes executing a workflow? It seems that the listener is not being invoked upon workflow completion, even though I have set workflowStatusListenerEnabled to true. Am i missing anything?
Below is the code for my Custom Listener :
Beta Was this translation helpful? Give feedback.
All reactions