Module: Google::Cloud::Workflows::Executions::V1::ExecutionView
- Defined in:
- proto_docs/google/cloud/workflows/executions/v1/executions.rb
Overview
Defines possible views for execution resource.
Constant Summary collapse
- EXECUTION_VIEW_UNSPECIFIED =
The default / unset value.
0
- BASIC =
Includes only basic metadata about the execution. The following fields are returned: name, start_time, end_time, duration, state, and workflow_revision_id.
1
- FULL =
Includes all data.
2