-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[UI] Allow defining triggers directly from the Flow/Trigger tab instead of editing the YAML flow #3288
Comments
We could add a button here, something like "Add a trigger" And this would then navigate to the Code Editor with the form open on the right with the option to select a trigger equivalent to this option Would it satisfy the user's request? (seems like a good idea to make that empty trigger table more actionable) |
@anna-geller,I'm sorry, I just realized that there's already a panel for adding triggers from the Editor/Actions button. But, this one is not very visible. I think your proposal to add a new button to the trigger tab is sufficient. |
Hey All, I will check this. I would like to proceed as: Would this be fine with new changes to flow ?
These buttons should switch editor to NO_CODE (similar to when we try to Edit from Topology) to add trigger from below |
sounds good
keep in mind this will change fairly soon as we are revamping the Code vs No-Code Editor tabs, but for now we can do it as you described 👍 |
Feature description
Currently, if the users want to add a trigger to a new or existing flow, for example, they need to do so via the YAML editor. We should provide a friendly UI (more basically a form) to do it from the Trigger tab. This will help users to more easily discover the available triggers and their options. Eventually, we could add an
/PATH
API to be able to add a trigger to an existing flow without the need to push back the entire flow definition. In that way, adding a trigger through the Trigger API will lead to a new flow revision.The text was updated successfully, but these errors were encountered: