Skip to main content

Interface: IQueryWorkflowRequest

workflowservice.v1.IQueryWorkflowRequest

Properties of a QueryWorkflowRequest.

Implemented by

Properties

execution

Optional execution: null | IWorkflowExecution

QueryWorkflowRequest execution


namespace

Optional namespace: null | string

QueryWorkflowRequest namespace


query

Optional query: null | IWorkflowQuery

QueryWorkflowRequest query


queryRejectCondition

Optional queryRejectCondition: null | QueryRejectCondition

QueryRejectCondition can used to reject the query if workflow state does not satisfy condition. Default: QUERY_REJECT_CONDITION_NONE.