Netflix / conductor-community

Apache License 2.0
61 stars 72 forks source link

Feature/webhook #222

Closed charybr closed 1 year ago

charybr commented 1 year ago

Pull Request type

Changes in this PR

Note: Work In Progress, will notify when it is ready for review.

Webhooks for workflow and task status Problem: We have a requirement to publish status of workflow and task to a Webhook.

Solution: WorkflowStatusListener and TaskStatusListener interfaces can be implemented to call webhooks when there is a change in status of workflow and task. We can add new module called 'webhook'.

Issue # https://github.com/Netflix/conductor-community/discussions/212

Alternatives considered

Describe alternative implementation you have considered

egandro commented 1 year ago

This looks great. Any progress here?

charybr commented 1 year ago

Closing this PR, as these changes are already in another related PR - https://github.com/Netflix/conductor-community/pull/228