diff --git a/docs/getting_started/ruby/hello_world_in_ruby/index.md b/docs/getting_started/ruby/hello_world_in_ruby/index.md index 5b6d9018..50667878 100644 --- a/docs/getting_started/ruby/hello_world_in_ruby/index.md +++ b/docs/getting_started/ruby/hello_world_in_ruby/index.md @@ -582,7 +582,7 @@ end result = client.execute_workflow( IPGeolocate::GetAddressFromIPWorkflow, name, # This is the input to the workflow - id: 'my-workflow-id', + id: "workflow-ip-geolocate-#{SecureRandom.uuid}", task_queue: IPGeolocate::TASK_QUEUE_NAME, )