Loren ☺️

Results 280 comments of Loren ☺️

@flossypurse Updated PR to just `Docs changelog`

return values: In TS, the return value is always a Promise. In this snippet, it's `Promise`: typescript-activity-fn --- Suggested change to `Customize Activity Type` section: ### Activity Type Activities have...

It's due to the snippet comment not starting indented: ![image](https://user-images.githubusercontent.com/251288/186461890-ca2e3b55-88ec-4b6a-aa3e-1a2ab507f46f.png) @vkarpov15 are you up for looking at removing the indentation? Related: #1379

> If I search for schedules I only get the tctl reference, was expecting to reach this: https://docs.temporal.io/workflows/#schedules

Rank these two pages first for search term "config/configuration": Cluster: https://docs.temporal.io/references/configuration UI: https://docs.temporal.io/references/ui-configuration

typescript-child-workflow - `startChild` https://typescript.temporal.io/api/namespaces/workflow/#startchild - `executeChild` https://typescript.temporal.io/api/namespaces/workflow/#executechild

typescript-retry-workflow `WorkflowOptions.retry` https://typescript.temporal.io/api/interfaces/client.workflowoptions/#retry

typescript-worker-create WorkerOptions.workflowsPath https://typescript.temporal.io/api/interfaces/worker.workeroptions/#workflowspath WorkerOptions.activities https://typescript.temporal.io/api/interfaces/worker.workeroptions/#activities

typescript-define-query defineQuery https://typescript.temporal.io/api/namespaces/workflow/#definequery and change the following sections to: typescript-handle-query handleQuery https://typescript.temporal.io/api/interfaces/workflow.workflowinboundcallsinterceptor/#handlequery typescript-send-query WorkflowHandle.query https://typescript.temporal.io/api/interfaces/client.workflowhandle/#query