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
NameError: uninitialized constant Temporal::Api::Enums::V1::TaskQueueType::Workflow
Did you mean? Temporal::Workflow
Temporal::Api::Workflow
I believe that the correct reference should be Temporal::Api::Enums::V1::TaskQueueType::TASK_QUEUE_TYPE_WORKFLOW. When using that instead, then the code above runs as expected. Happy to open a PR if this is indeed the correct fix.
The text was updated successfully, but these errors were encountered:
In the
Temporal::Connection::GRPC#describe_task_queue
method there is a reference to this enum ->Temporal::Api::Enums::V1::TaskQueueType::Workflow
A simple bit of code like this seems to suggest that this is an invalid reference as I get an error:
The error:
I believe that the correct reference should be
Temporal::Api::Enums::V1::TaskQueueType::TASK_QUEUE_TYPE_WORKFLOW
. When using that instead, then the code above runs as expected. Happy to open a PR if this is indeed the correct fix.The text was updated successfully, but these errors were encountered: