Get desktop application:
View/edit binary Protocol Buffers messages
Used in:
See https://docs.temporal.io/docs/concepts/queries/
Used in: ,
The workflow-author-defined identifier of the query. Typically a function name.
Serialized arguments that will be provided to the query handler.
Headers that were passed by the caller of the query and copied by temporal server into the workflow task.
Answer to a `WorkflowQuery`
Used in:
Did the query succeed or fail?
Set when the query succeeds with the results. Mutually exclusive with `error_message` and `failure`.
Mutually exclusive with `answer`. Set when the query fails. See also the newer `failure` field.
The full reason for this query failure. This field is newer than `error_message` and can be encoded by the SDK's failure converter to support E2E encryption of messages and stack traces. Mutually exclusive with `answer`. Set when the query fails.