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

composer validate fails for input type HashMap(String, String) #42

Open
hemz10 opened this issue May 15, 2024 · 1 comment
Open

composer validate fails for input type HashMap(String, String) #42

hemz10 opened this issue May 15, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@hemz10
Copy link

hemz10 commented May 15, 2024

Steps to reproduce

Config to validate

hello_world = task(
    kind = "hello_world",
    action_name = "hello_world",
    input_arguments = [
        argument(
            name="name",
            input_type = HashMap(String, String),
            default_value = {"1": "hello_world"}
        ),
    ],
)

workflows(
    name = "sample",
    version = "0.0.1",
    tasks = [hello_world],
)

Screenshot

image

@hemz10 hemz10 added the bug Something isn't working label May 15, 2024
@hemz10
Copy link
Author

hemz10 commented May 16, 2024

Same issue is observed for list, tuple and custom struct too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant