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)