This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
How to Use WorkflowStatusListener in coductor #3624
Unanswered
karanbhola
asked this question in
Q&A
Replies: 1 comment
-
Hi, I have created a module called Webhook in conductor-community repo that uses WorkflowStatusListener. Please have a look at this PR Basically we need to add below config to make webhook to work it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Documentations are not very clear on how to properly use WorkflowStatusListener. Documentation tells about following:
Setting the workflowStatusListenerEnabled field in your Workflow Definition to true enables notifications.
To add a custom implementation of the Workflow Status Listener.
It is no where mentioned how can we implement this interface and how the conductor will came to know about our implementation
How can I send a notification to an external system ??
Beta Was this translation helpful? Give feedback.
All reactions