ListExecutionsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request for the [ListExecutions][] method.
Attributes
Name | Description |
parent |
str
Required. Name of the workflow for which the executions should be listed. Format: projects/{project}/locations/{location}/workflows/{workflow} |
page_size |
int
Maximum number of executions to return per call. Max supported value depends on the selected Execution view: it's 10000 for BASIC and 100 for FULL. The default value used if the field is not specified is 100, regardless of the selected view. Values greater than the max value will be coerced down to it. |
page_token |
str
A page token, received from a previous ``ListExecutions`` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ``ListExecutions`` must match the call that provided the page token. |
view |
google.cloud.workflows.executions_v1.types.ExecutionView
Optional. A view defining which fields should be filled in the returned executions. The API will default to the BASIC view. |