-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add action attempts to blueprint #148
Comments
@andrii-balitskyi We need to find a way for the endpoint response in blueprint to indicate what action attempt type it returns. We could annotate it in the yaml on the endpoint, but is there a way we can handle this automatically from the route spec? |
@razor-x I can't think of another way to compute the action attempt type from the endpoint's route spec other than annotating it in the route spec's |
@razor-x Should we express this endpoint relation using something like |
Yes, but just |
The text was updated successfully, but these errors were encountered: