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

Quick Action as Automation Step #1578

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Ace-Radom
Copy link
Contributor

@Ace-Radom Ace-Radom commented Feb 26, 2025

Closes: #1574.

Add QuickActionAutomationStep to allow users to run a saved quick action pipeline within an automation pipeline. This automation step is only available in automation actions, because referencing a quick action in one another doesn't really make sense, and it may cause problem when we run one quick action in itself. I don't see a simple way to tell automation steps to remove a certain quick action from the list in current architecture, so I removed this feature.

TODO:

  • basic QuickActionAutomationStep feature
  • code cleanup
  • show warning when removing a quick action which is referenced by other automation pipeline

Plus: after giving another thought, showing a warning msg when removing referenced quick actions is a bit too more complicated than this PR should be. I'll remove this plan for now, but if you think it's necessary, plz let me know and I'll give another try.

@Ace-Radom Ace-Radom marked this pull request as ready for review February 26, 2025 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

run a Quick Action as a step within an Action
1 participant