How to handle a Query in a Workflow
To send a Query from to the Workflow, use the query
method from the WorkflowHandle
class.
await handle.query("some query")
To send a Query from to the Workflow, use the query
method from the WorkflowHandle
class.
await handle.query("some query")