What happens when a trigger is initialized? How do all the upcoming actions trigger?

Screenshot 2025-09-09 at 1.15.34 PM.png

Backend

Do we need to introduce some sort of queue that executes things? How do we retry incase of failures?

How to we do long running processes like listening to a message from telegram.

How do we take the output from one step and use it as input in the next step.

Database

Screenshot 2025-09-09 at 1.23.34 PM.png