Skip to main content

Interface: IQueryWorkflowRequest

workflowservice.v1.IQueryWorkflowRequest

Properties of a QueryWorkflowRequest.

Hierarchy

Properties

execution

Optional execution: null | $Properties

QueryWorkflowRequest execution

Inherited from

$Properties.execution


namespace

Optional namespace: null | string

QueryWorkflowRequest namespace

Inherited from

$Properties.namespace


query

Optional query: null | $Properties

QueryWorkflowRequest query

Inherited from

$Properties.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.

Inherited from

$Properties.queryRejectCondition