Skip to content

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

@hemz10

Description

@hemz10

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions