Camunda 事件与 Pagerduty 集成
Camunda incident integration with Pagerduty
有没有办法将 Camunda BPMN 工作流与 Pagerduty 集成。我希望所有事件都与 Pagerduty 集成。有参考资料吗?
您可以通过通用侦听器机制挂接各种事件,例如https://docs.camunda.org/manual/latest/user-guide/spring-boot-integration/the-spring-event-bridge/
从这里您可以触发 Pagerduty REST API
https://developer.pagerduty.com/api-reference/
如果您有更复杂的要求或想要更花哨,您还可以考虑自定义事件处理程序 https://docs.camunda.org/manual/latest/user-guide/process-engine/incidents/
有没有办法将 Camunda BPMN 工作流与 Pagerduty 集成。我希望所有事件都与 Pagerduty 集成。有参考资料吗?
您可以通过通用侦听器机制挂接各种事件,例如https://docs.camunda.org/manual/latest/user-guide/spring-boot-integration/the-spring-event-bridge/
从这里您可以触发 Pagerduty REST API https://developer.pagerduty.com/api-reference/
如果您有更复杂的要求或想要更花哨,您还可以考虑自定义事件处理程序 https://docs.camunda.org/manual/latest/user-guide/process-engine/incidents/