Show / Hide Table of Contents

Class WorkflowInvocationAction

Represents a single action in a workflow invocation.

Inheritance
object
WorkflowInvocationAction
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dataform.v1beta1.Data
Assembly: Google.Apis.Dataform.v1beta1.dll
Syntax
public class WorkflowInvocationAction : IDirectResponseSchema

Properties

BigqueryAction

Output only. The workflow action's bigquery action details.

Declaration
[JsonProperty("bigqueryAction")]
public virtual BigQueryAction BigqueryAction { get; set; }
Property Value
Type Description
BigQueryAction

CanonicalTarget

Output only. The action's identifier if the project had been compiled without any overrides configured. Unique within the compilation result.

Declaration
[JsonProperty("canonicalTarget")]
public virtual Target CanonicalTarget { get; set; }
Property Value
Type Description
Target

DataPreparationAction

Output only. The workflow action's data preparation action details.

Declaration
[JsonProperty("dataPreparationAction")]
public virtual DataPreparationAction DataPreparationAction { get; set; }
Property Value
Type Description
DataPreparationAction

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FailureReason

Output only. If and only if action's state is FAILED a failure reason is set.

Declaration
[JsonProperty("failureReason")]
public virtual string FailureReason { get; set; }
Property Value
Type Description
string

InternalMetadata

Output only. All the metadata information that is used internally to serve the resource. For example: timestamps, flags, status fields, etc. The format of this field is a JSON string.

Declaration
[JsonProperty("internalMetadata")]
public virtual string InternalMetadata { get; set; }
Property Value
Type Description
string

InvocationTiming

Output only. This action's timing details. start_time will be set if the action is in [RUNNING, SUCCEEDED, CANCELLED, FAILED] state. end_time will be set if the action is in [SUCCEEDED, CANCELLED, FAILED] state.

Declaration
[JsonProperty("invocationTiming")]
public virtual Interval InvocationTiming { get; set; }
Property Value
Type Description
Interval

NotebookAction

Output only. The workflow action's notebook action details.

Declaration
[JsonProperty("notebookAction")]
public virtual NotebookAction NotebookAction { get; set; }
Property Value
Type Description
NotebookAction

State

Output only. This action's current state.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

Target

Output only. This action's identifier. Unique within the workflow invocation.

Declaration
[JsonProperty("target")]
public virtual Target Target { get; set; }
Property Value
Type Description
Target

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX