Interface: IQueryWorkflowRequest
workflowservice.v1.IQueryWorkflowRequest
Properties of a QueryWorkflowRequest.
Hierarchy
-
↳
IQueryWorkflowRequest
Properties
execution
• Optional execution: null | $Properties
QueryWorkflowRequest execution
Inherited from
namespace
• Optional namespace: null | string
QueryWorkflowRequest namespace
Inherited from
query
• Optional query: null | $Properties
QueryWorkflowRequest query
Inherited from
queryRejectCondition
• Optional queryRejectCondition: null | QueryRejectCondition
QueryRejectCondition can used to reject the query if workflow state does not satisfy condition. Default: QUERY_REJECT_CONDITION_NONE.