Skip to main content

Interface: IQueryWorkflow

coresdk.workflow_activation.IQueryWorkflow

Properties of a QueryWorkflow.

Hierarchy

Properties

arguments

Optional arguments: null | $Properties[]

QueryWorkflow arguments

Inherited from

$Properties.arguments


headers

Optional headers: null | { [k: string]: $Properties; }

Headers attached to the query

Inherited from

$Properties.headers


queryId

Optional queryId: null | string

For PollWFTResp query field, this will be set to the special value legacy. For the queries field, the server provides a unique identifier. If it is a legacy query, lang cannot issue any commands in response other than to answer the query.

Inherited from

$Properties.queryId


queryType

Optional queryType: null | string

The query's function/method/etc name

Inherited from

$Properties.queryType