You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Send a signal to a workflow, one the signal method has more than one parameter.
According to the documentation https://docs.temporal.io/tctl-next/modifiers#--input Pass input for the Workflow. Input must be in JSON format. For multiple JSON objects, pass each in a separate --input option.
When I try to signal a method with more than one parameter, the signal method only gets the last parameter (as the first parameter)
What are you really trying to do?
Send a signal to a workflow, one the signal method has more than one parameter.
According to the documentation https://docs.temporal.io/tctl-next/modifiers#--input
Pass input for the Workflow. Input must be in JSON format. For multiple JSON objects, pass each in a separate --input option.
When I try to signal a method with more than one parameter, the signal method only gets the last parameter (as the first parameter)
Tested with versions 1.17.2 and current
Describe the bug
Minimal Reproduction
Signal method:
Tctl command:
Console output:
Environment/Versions
Additional context
The text was updated successfully, but these errors were encountered: