Does the New UI Enable Creation of Workflow Triggers that Subscribe to Other Workflow Events?

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

Hello. Does the new UI allow you to create workflow triggers that listen/subscribe to other workflow events?

You can still use the Subscription API to create subscriptions between workflows; and the Pipedream app has the $errors trigger built in as well.

Got it. Will you add the capability to the new UI at some point?

Potentially, I’m not sure exactly why it was removed. I’ll have to check with the rest of the team when they get back online.

Were you using this Subscriptions feature before a lot?

Yes. I used the API at first, but then started to rely on the UI to manage subscriptions. I enjoyed the convenience of the UI.

I can see it if I switch to the v2 editor, you can add ?v2=1 to the URL while in the builder and refresh the page

Another option is to use $.flow.trigger(workflow_id, params) to invoke another workflow within a Node.js code step.

But just a heads up, this is an alpha feature and it might change in the near future. If you’re interesting in trying it out and giving us feedback, check out the alpha-features channel

Thanks. I will give it a try!