Interface: IListActivityExecutionsRequest
workflowservice.v1.IListActivityExecutionsRequest
Properties of a ListActivityExecutionsRequest.
Implemented by
Properties
namespace
• Optional namespace: null | string
ListActivityExecutionsRequest namespace
nextPageToken
• Optional nextPageToken: null | Uint8Array
Token returned in ListActivityExecutionsResponse.
pageSize
• Optional pageSize: null | number
Max number of executions to return per page.
query
• Optional query: null | string
Visibility query, see https://docs.temporal.io/list-filter for the syntax.