Interface: IWorkflowQuery
Properties of a WorkflowQuery.
Implemented by
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.
queryArgs
• Optional queryArgs: null | IPayloads
Serialized arguments that will be provided to the query handler.
queryType
• Optional queryType: null | string
The workflow-author-defined identifier of the query. Typically a function name.