This topic was automatically generated from Slack. You can find the original thread here.
Hello. I am unable to a create a subscription via the Pipedream API for workflows in a project. This worked prior to moving the workflows to a project. Anyone having this problem?
We need to document this, but for Git-backed workflows, you can’t make these changes via the API since they won’t be serialized on the workflow. So we added native triggers for these in the UI so you can add triggers on a development branch and commit that like any other change. Can you try:
Creating a new development branch in your project
Add a new trigger to your workflow
Select the Pipedream app, and you’ll see a trigger for Other Workflow Events and can select the source workflow.
Commit those changes and you’ll see the new trigger, which creates the subscription
Let me know if that works!
I am trying to subscribe one of my workflows to $errors from another one of my workflows that is in a project folder. I see from reading above that I cannot use the API. However when I go to create the trigger in the UI, I do not have an “Other Workflow Events” option show up.
This is extra confusing because the workflow is currently subscribed to many other workflows and I believe this was set up using the UI. The option just no longer appears. Please advise. Thanks!
We haven’t ported over the Other Workflow Events option to the 3.0 builder. Are you able to temporarily revert to the v2 builder and create the trigger there?
To do that open your workflow in the builder, then add ?v2=1 to the end of the URL. It’ll look something like https://pipedream.com/.../build?v2=1