Skip to main content

Interface: IQueryWorkflow

coresdk.workflow_activation.IQueryWorkflow

Properties of a QueryWorkflow.

Implemented by

Properties

arguments

Optional arguments: null | IPayload[]

QueryWorkflow arguments


headers

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

Headers attached to the query


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.


queryType

Optional queryType: null | string

The query's function/method/etc name