Integrating Cloud Deploy approval with third-party workflow management tools
Cloud Deploy uses Pub/Sub to communicate with other applications, including applications for third-party providers.
Pub/Sub is often used in event-driven programming. With Pub/Sub, an application publishes information (messages) to a topic, and other applications subscribe to that topic to receive the messages. Those other applications can use these messages to invoke actions. In this section, we’ll show you how to create a topic and subscribe to that topic via Pub/Sub.
Cloud Deploy publishes messages to the topics listed in the following table:
Topic |
Description |
|
Cloud Deploy sends a message when a resource is created, updated, or deleted – for example, when a delivery pipeline is created. |
|