Interface: $Properties
v1.WorkflowQuery.$Properties
Properties of a WorkflowQuery.
Hierarchy
-
$Properties
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.
queryArgs
• Optional queryArgs: null | $Properties
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.