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