Workflows Executions V1 API - Module Google::Cloud::Workflows::Executions::V1::ExecutionView (v0.7.0)

Reference documentation and code samples for the Workflows Executions V1 API module Google::Cloud::Workflows::Executions::V1::ExecutionView.

Defines possible views for execution resource.

Constants

EXECUTION_VIEW_UNSPECIFIED

value: 0
The default / unset value.

BASIC

value: 1
Includes only basic metadata about the execution. The following fields are returned: name, start_time, end_time, duration, state, and workflow_revision_id.

FULL

value: 2
Includes all data.