Interface: IWorkflowQuery
Properties of a WorkflowQuery.
Hierarchy
-
↳
IWorkflowQuery
Properties
header
• Optional header: null | $Properties
Headers that were passed by the caller of the query and copied by temporal server into the workflow task.
Inherited from
queryArgs
• Optional queryArgs: null | $Properties
Serialized arguments that will be provided to the query handler.
Inherited from
queryType
• Optional queryType: null | string
The workflow-author-defined identifier of the query. Typically a function name.