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

Action's metadata #48

Open
tomaszmichalak opened this issue Sep 27, 2019 · 0 comments
Open

Action's metadata #48

tomaszmichalak opened this issue Sep 27, 2019 · 0 comments

Comments

@tomaszmichalak
Copy link
Member

Actions responds with transitions. Transitions are the Action's contract, they specify what the action can replay and how we can construct the graph. Currently Actions do not provide details about transitions.

Describe the solution you'd like
Every Action should define transitions it returns. Also some description could be added etc. So maybe we need some kind of action-name-metadata.yml file with its definition. This can be optional but it could help us with automatic graph validation.

Describe alternatives you've considered
Modify Action's API and add method returning allowed transitions.

Additional context

  • automatic graph validation
  • enable some graph design tools
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