Skip to main content

Interface: IWorkflowQueryResult

query.v1.IWorkflowQueryResult

Properties of a WorkflowQueryResult.

Implemented by

Properties

answer

Optional answer: null | IPayloads

Set when the query succeeds with the results


errorMessage

Optional errorMessage: null | string

Mutually exclusive with answer. Set when the query fails.


resultType

Optional resultType: null | QueryResultType

Did the query succeed or fail?