Unknown service temporal.workflowservice.v1.WorkflowService

I am new to Temporal. I am trying to get through the Quick Start. I am stuck on this step:

docker run --network=host --rm temporalio/tctl:0.26.0 workflow start --taskqueue HelloWorldTaskQueue --workflow_type HelloWorld --execution_timeout 3600 --input "World"

I get the following message:

D:\temporal>docker run --network=host --rm temporalio/tctl:0.26.0 workflow start --taskqueue HelloWorldTaskQueue --workflow_type HelloWorld --execution_timeout 3600 --input "World"
Error: Failed to create workflow.
Error Details: unknown service temporal.workflowservice.v1.WorkflowService
(‘export TEMPORAL_CLI_SHOW_STACKS=1’ to see stack traces)

2 Likes

I would recommend using the latest release of Temporal for both CLI and the service.

1 Like

That worked! Thanks!