This topic was automatically generated from Slack. You can find the original thread here.
How do dual triggers work? Can both be enabled at the same time or is only one enabled at a time?
This topic was automatically generated from Slack. You can find the original thread here.
How do dual triggers work? Can both be enabled at the same time or is only one enabled at a time?
In Pipedream, you can have multiple triggers for a single workflow by creating separate workflows for each trigger. Each workflow will have its own trigger, and they can run independently of each other. You cannot have two triggers within the same workflow. If you need to handle events from multiple sources, you’ll need to create separate workflows for each trigger and then process the events accordingly.
I have 2 triggers feeding a processing workflow. Do I have to select which one controls the workflow or will it accept triggers from both and then run accordingly? I was going to build a code step that will convert the 2 triggers into a format that the next step will understand no matter which it came from. But I won’t bother if I have to manually switch between them anyway.
It seems I have to manually switch.
Multiple triggers are possible in one workflow. The workflow will execute when either source is triggered:
Not sure if there’s a way to correct Mario. in this case seems like Mario didn’t find the correct section of the docs
Indeed, not sure why Mario didn’t catch in this case, but will add this to our test cases moving forward!