Skip to content

Conversation

@Quinn-With-Two-Ns
Copy link
Contributor

Fix adding a generic parameter failing.

Previously adding a new parameter of type List to a workflow input causes the data converter to fail.
From:

        @WorkflowMethod
        String execute(String name);

to :

        @WorkflowMethod
        String execute(String name, List<String> names);

closes #2413

@Quinn-With-Two-Ns Quinn-With-Two-Ns requested a review from a team as a code owner August 11, 2025 18:26
@Quinn-With-Two-Ns Quinn-With-Two-Ns merged commit b5057e8 into temporalio:master Aug 12, 2025
16 of 17 checks passed
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

Successfully merging this pull request may close these issues.

Adding a new parameter type List to a workflow input causes the data converter to fail

3 participants