Enum ExecutionView (1.0.0)

See more code actions.
public enum ExecutionView

Defines possible views for execution resource.

Google.Cloud.Workflows.Executions.V1

Google.Cloud.Workflows.Executions.V1.dll

Fields

NameDescription
Basic

Includes only basic metadata about the execution. Following fields are returned: name, start_time, end_time, state and workflow_revision_id.

Full

Includes all data.

Unspecified

The default / unset value.