Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] I want to select emit channels from sources / workflows as workflow triggers in the UI #682

Closed
dylburger opened this issue Dec 12, 2020 · 7 comments
Labels
enhancement New feature or request tracked internally Issue is also tracked in our internal issue tracker triaged For maintainers: This issue has been triaged by a Pipedream employee

Comments

@dylburger
Copy link
Contributor

Currently, if I use $send.emit() to emit events from a workflow, I don't see those emitted events when adding a workflow trigger. I'd like to be able to select emitted events as a workflow trigger from the UI.

@dylburger dylburger added the enhancement New feature or request label Dec 12, 2020
@illusivejosiah
Copy link

+1

@dylburger dylburger added tracked internally Issue is also tracked in our internal issue tracker triaged For maintainers: This issue has been triaged by a Pipedream employee labels Jun 7, 2022
@NReilingh
Copy link
Contributor

In case one is curious about this, while you cannot currently create event subscriptions within the UI, subscriptions that you create via the API are visible in the UI and events can be used to test and develop workflows, for example:

image

@renattomachado
Copy link

+1.000

@Matt2012
Copy link

Matt2012 commented May 9, 2023

+1
This feels like it should be not that hard given the API already supports it and from a UI perspective there's no real configuration.

@dylburger
Copy link
Contributor Author

This is now supported!

In the trigger selection menu, choose the Pipedream app.

Select the Other Workflow Events trigger:

Screenshot 2023-10-30 at 12 08 49 PM

If you've created a subscription via API or emitted events from a workflow using $.send.emit (see docs), you should see that workflow in the list.

Screenshot 2023-10-30 at 12 08 25 PM

Let us know if that works for y'all!

@joscha
Copy link
Contributor

joscha commented May 16, 2024

This is now supported!

In the trigger selection menu, choose the Pipedream app.

Select the Other Workflow Events trigger:

Screenshot 2023-10-30 at 12 08 49 PM If you've [created a subscription via API](https://pipedream.com/docs/api/rest/#listen-for-events-from-another-source-or-workflow) or emitted events from a workflow using `$.send.emit` ([see docs](https://pipedream.com/docs/destinations/emit/#using-send-emit-in-workflows)), you should see that workflow in the list. Screenshot 2023-10-30 at 12 08 25 PM Let us know if that works for y'all!

I can't see this particular trigger anymore in the UI:
scan_-_Build_-_Pipedream

is this still supported? Or do I have to create the trigger in a different way?

@joscha
Copy link
Contributor

joscha commented May 16, 2024

I tried to create a new subscription with an action in the emitting workflow and using the IDs of each workflows I want to tie together, but only get a cryptic error (record not found):

Upload_File_in_Slack_for_deck_scan_-_Build_-_Pipedream

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tracked internally Issue is also tracked in our internal issue tracker triaged For maintainers: This issue has been triaged by a Pipedream employee
Projects
None yet
Development

No branches or pull requests

6 participants