有没有一种方法可以将Camunda BPMN工作流与Pagerduty集成。我希望所有事件都与Pagerduty集成在一起。有什么推荐人吗?
发布于 2021-08-31 12:06:16
您可以通过通用的侦听器机制连接到各种事件,例如https://docs.camunda.org/manual/latest/user-guide/spring-boot-integration/the-spring-event-bridge/
在这里,您可以触发页面任务REST API https://developer.pagerduty.com/api-reference/
如果您有更复杂的需求,或者想获得更好的体验,还可以考虑使用定制的事件处理程序https://docs.camunda.org/manual/latest/user-guide/process-engine/incidents/
https://stackoverflow.com/questions/68992870
复制相似问题