Is it possible for a workflow to allow multiple triggers? For example an HTTP request but also an incoming email?

Nacho Caballero : since I often start with an HTTP trigger, it’s usually not a problem, but if I have a cron trigger, build the workflow and later change it to an HTTP trigger, it may cause some unwanted side effects. I’m surprised no one else has reported it