In the Temporal client code, the query_workflow_executions method uses a local variable named filter within the method body but does not accept it as a parameter, causing a NameError to be raised.
The full error message is the following:
"error":"#<NameError: undefined local variable or method `filter' for #<Temporal::Client:0x000000010bca6f00>>"
In the Temporal client code, the
query_workflow_executions
method uses a local variable named filter within the method body but does not accept it as a parameter, causing aNameError
to be raised.The full error message is the following:
This method was introduced in #177.