Workflows Executions V1beta API - Module Google::Cloud::Workflows::Executions::V1beta::ExecutionView (v0.13.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Workflows Executions V1beta API module Google::Cloud::Workflows::Executions::V1beta::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.
Following fields are returned: name, start_time, end_time, state
and workflow_revision_id.