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 adding data from validation function (condition) #7

Open
develop-cs opened this issue Apr 5, 2024 · 0 comments
Open

Implement adding data from validation function (condition) #7

develop-cs opened this issue Apr 5, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@develop-cs
Copy link
Collaborator

Is your feature request related to a problem? Please describe

In some use cases, input_data can be a data set and some conditions being based on a computed value (e.g., a mean).

Currently, if you want to use this computed value in your action (e.g., throwing an alert "The mean XX is out of range [YY - ZZ]") you simply can't because data adding from a validation function wasn't designed.

Describe the solution you'd like

Allow validation function implementations to add some data in the input_data argument with an identified prefix (e.g., output.mean). Thereby, an action function implementation (or another validation function) will be able to get it later.

@develop-cs develop-cs added the enhancement New feature or request label Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant