Flow Blog Series 05:
Platform Event Triggered Flow
In the first blog, we showed you why Flow is the way to go! There are 5 flow implementation types you can choose from, but no stress! In this blog series you will find out which one you can use best in what scenario. Let’s go with the Platform Event-Triggered Flow!

Don’t forget to subscribe!
Platform events make the process of communicating changes and responding to events more easy. Publishers and subscribers communicate with each other through events. One or more subscribers can listen to the same event and carry out actions.
With an Event-driven architecture each service publishes an event whenever it updates or creates data. Other services can subscribe to events. It enables an application to maintain data consistency across multiple services without using distributed transactions.
Let’s make it visual!
We will be showing how to publish an event by flow, and how to create a platform event consumer.
Step 2:
Next, choose the Platform Event – Triggered Flow.
Flow Blog Series
Yeah! You know the way to go with that Platform Event-Triggered Flow now. Read more blogs and find out about other flow types too.





