Can we have multiple triggers for a single workflow?

This topic was automatically generated from Slack. You can find the original thread here.

Lixiv Maureal : Hey everone, a quick question:
Can we have multiple triggers for a single workflow? (I think via REST api we can attach multiple subscriptions). Use case might be needing to something common for multiple types of inputs.
But how does it work then? As in, let’s say we have 4 triggers set up on a single workflow, and all 4 arrive at same time, would it lead to 4 executions of the workflow?

Giao Phan : Yep, works as you described.

Dylan Sather (Pipedream) : we’re also planning to simplify how you add multiple triggers to a workflow in a new version of our workflow builder. You’ll have a UI for adding multiple triggers, instead of having to do it via the REST API. You can track our progress on that here

Lixiv Maureal : Awesome, thanks!!