Class: WorkflowQuery
See https://docs.temporal.io/docs/concepts/queries/
Implements
Constructors
constructor
• new WorkflowQuery(properties?): WorkflowQuery
Constructs a new WorkflowQuery.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | IWorkflowQuery | Properties to set |
Returns
Properties
header
• Optional header: null | IHeader
Headers that were passed by the caller of the query and copied by temporal server into the workflow task.
Implementation of
queryArgs
• Optional queryArgs: null | IPayloads
Serialized arguments that will be provided to the query handler.
Implementation of
queryType
• queryType: string
The workflow-author-defined identifier of the query. Typically a function name.