Skip to main content

Interface: IQueryResult

coresdk.workflow_commands.IQueryResult

Properties of a QueryResult.

Hierarchy

Properties

failed

Optional failed: null | $Properties

QueryResult failed

Inherited from

$Properties.failed


queryId

Optional queryId: null | string

Corresponds to the id provided in the activation job

Inherited from

$Properties.queryId


succeeded

Optional succeeded: null | $Properties

QueryResult succeeded

Inherited from

$Properties.succeeded


variant

Optional variant: "failed" | "succeeded"

QueryResult variant

Inherited from

$Properties.variant