Skip to main content

Interface: IListActivityExecutionsRequest

workflowservice.v1.IListActivityExecutionsRequest

Properties of a ListActivityExecutionsRequest.

Hierarchy

Properties

namespace

Optional namespace: null | string

ListActivityExecutionsRequest namespace

Inherited from

$Properties.namespace


nextPageToken

Optional nextPageToken: null | Uint8Array

Token returned in ListActivityExecutionsResponse.

Inherited from

$Properties.nextPageToken


pageSize

Optional pageSize: null | number

Max number of executions 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.

Inherited from

$Properties.query