Workflow Executions v1 API - Enum ExecutionView (2.1.0)

public enum ExecutionView

Reference documentation and code samples for the Workflow Executions v1 API enum ExecutionView.

Defines possible views for execution resource.

Namespace

GoogleGoogle.CloudGoogle.Cloud.WorkflowsGoogle.Cloud.Workflows.ExecutionsV1

Assembly

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.