Skip to main content

Class: QueryWorkflow

coresdk.workflow_activation.QueryWorkflow

Query a workflow

Properties

arguments

arguments: $Properties[]

QueryWorkflow arguments.


headers

headers: Object

Headers attached to the query

Index signature

▪ [k: string]: $Properties


queryId

queryId: 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

queryType: string

The query's function/method/etc name

Methods

toJSON

toJSON(): Object

Converts this QueryWorkflow to JSON.

Returns

Object

JSON object


create

create(properties?): QueryWorkflow & $Properties

Creates a new QueryWorkflow instance using the specified properties.

Parameters

NameTypeDescription
properties?$PropertiesProperties to set

Returns

QueryWorkflow & $Properties

QueryWorkflow instance

create(properties?): QueryWorkflow

Parameters

NameType
properties?$Properties

Returns

QueryWorkflow


decode

decode(reader, length?): QueryWorkflow & $Properties

Decodes a QueryWorkflow message from the specified reader or buffer.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from
length?numberMessage length if known beforehand

Returns

QueryWorkflow & $Properties

QueryWorkflow

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): QueryWorkflow & $Properties

Decodes a QueryWorkflow message from the specified reader or buffer, length delimited.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

QueryWorkflow & $Properties

QueryWorkflow

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


encode

encode(message, writer?): Writer

Encodes the specified QueryWorkflow message. Does not implicitly coresdk.workflow_activation.QueryWorkflow.verify|verify messages.

Parameters

NameTypeDescription
message$PropertiesQueryWorkflow message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

Encodes the specified QueryWorkflow message, length delimited. Does not implicitly coresdk.workflow_activation.QueryWorkflow.verify|verify messages.

Parameters

NameTypeDescription
message$PropertiesQueryWorkflow message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


fromObject

fromObject(object): QueryWorkflow

Creates a QueryWorkflow message from a plain object. Also converts values to their respective internal types.

Parameters

NameTypeDescription
objectObjectPlain object

Returns

QueryWorkflow

QueryWorkflow


toObject

toObject(message, options?): Object

Creates a plain object from a QueryWorkflow message. Also converts values to other types if specified.

Parameters

NameTypeDescription
messageQueryWorkflowQueryWorkflow
options?IConversionOptionsConversion options

Returns

Object

Plain object