documentation icon indicating copy to clipboard operation
documentation copied to clipboard

[Features] Define Query is missing in TypeScript

Open rachfop opened this issue 2 years ago • 1 comments

Define Query is missing is TypeScript


You can provide a code snippet in the comments or a link to the line numbers of the samples-repo. Once added, I'll update the app-dev page with the new code snippet.

rachfop avatar Aug 18 '22 20:08 rachfop

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

lorensr avatar Aug 26 '22 17:08 lorensr