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

Additional input types 'object' and 'array' to allow object data as input #278

Open
iFrozenPhoenix opened this issue May 29, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@iFrozenPhoenix
Copy link

Is your feature request related to a problem? Please describe.
The current implementation of inputs require one of the types (string, number or bool). This approach does not
allow to pass objects as input data (Double quotes in an string input are disallowed, so the data also cannot be passed as
a json string) .

Describe the solution you'd like
My suggestion is to introduce 2 additional types (object and array). With these types object data could be passed to a
task. Alternatively I would suggest an additional top level element "vars" which allow these kind of inputs.

Describe alternatives you've considered
Writing a template for every possible case.

@iFrozenPhoenix iFrozenPhoenix added the enhancement New feature or request label May 29, 2021
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