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

Define set of possible actions and way to reference values from previous states #40

Open
ff137 opened this issue Apr 20, 2024 · 0 comments

Comments

@ff137
Copy link
Collaborator

ff137 commented Apr 20, 2024

Actions must be able to map to an endpoint definition.
So, we must define the set of actions that are available, which corresponds with a method that is executed when that action's endpoint is called.

Example:
We can define an http-get, http-post or http-put action, etc, which can accept multiple action-params: a url, potentially with query params and a request-body; and these query params or request-body might depend on outputs from a previous state. So, on top of defining an initial set of possible actions, we also need a way to define action-params dynamically, perhaps referencing outputs or markets from previous states.

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

1 participant