Skip to main content

Interface: IListNexusOperationExecutionsRequest

workflowservice.v1.IListNexusOperationExecutionsRequest

Properties of a ListNexusOperationExecutionsRequest.

Hierarchy

Properties

namespace

Optional namespace: null | string

ListNexusOperationExecutionsRequest namespace

Inherited from

$Properties.namespace


nextPageToken

Optional nextPageToken: null | Uint8Array

Token returned in ListNexusOperationExecutionsResponse.

Inherited from

$Properties.nextPageToken


pageSize

Optional pageSize: null | number

Max number of operations to return per page.

Inherited from

$Properties.pageSize


query

Optional query: null | string

Visibility query, see https://docs.temporal.io/list-filter for the syntax. Search attributes that are avaialble for Nexus operations include:

  • OperationId
  • RunId
  • Endpoint
  • Service
  • Operation
  • RequestId
  • StartTime
  • ExecutionTime
  • CloseTime
  • ExecutionStatus
  • ExecutionDuration
  • StateTransitionCount

Inherited from

$Properties.query