public enum ExecutionViewReference documentation and code samples for the Workflow Executions v1beta API enum ExecutionView.
Defines possible views for execution resource.
Namespace
Google.Cloud.Workflows.Executions.V1BetaAssembly
Google.Cloud.Workflows.Executions.V1Beta.dll
Fields |
|
|---|---|
| Name | Description |
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. |