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

Implement routes for action #82

Open
nicosammito opened this issue Nov 14, 2024 · 1 comment
Open

Implement routes for action #82

nicosammito opened this issue Nov 14, 2024 · 1 comment
Assignees

Comments

@nicosammito
Copy link

The communication pattern for action:

Run a function from action (Aquila -> Action)
Result from function execution (Action -> Aquila)
Event triggering from action (Action -> Aquila)

Event triggering definition

An action can trigger an event for a given event type that will be processed from aquila. Aquila will call all flows with the given event parameters over the RabbitMQ pipeline.

@raphael-goetz raphael-goetz self-assigned this Nov 21, 2024
@nicosammito
Copy link
Author

Specific Information for Events as Flow trigger

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

No branches or pull requests

2 participants