Dataform v1beta1 API - Class WorkflowInvocationAction (1.0.0-beta05)

public sealed class WorkflowInvocationAction : IMessage<WorkflowInvocationAction>, IEquatable<WorkflowInvocationAction>, IDeepCloneable<WorkflowInvocationAction>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataform v1beta1 API class WorkflowInvocationAction.

Represents a single action in a workflow invocation.

Inheritance

object > WorkflowInvocationAction

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

WorkflowInvocationAction()

public WorkflowInvocationAction()

WorkflowInvocationAction(WorkflowInvocationAction)

public WorkflowInvocationAction(WorkflowInvocationAction other)
Parameter
NameDescription
otherWorkflowInvocationAction

Properties

BigqueryAction

public WorkflowInvocationAction.Types.BigQueryAction BigqueryAction { get; set; }

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

Property Value
TypeDescription
WorkflowInvocationActionTypesBigQueryAction

CanonicalTarget

public Target CanonicalTarget { get; set; }

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

Property Value
TypeDescription
Target

FailureReason

public string FailureReason { get; set; }

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

Property Value
TypeDescription
string

InvocationTiming

public Interval InvocationTiming { get; set; }

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.

Property Value
TypeDescription
Interval

State

public WorkflowInvocationAction.Types.State State { get; set; }

Output only. This action's current state.

Property Value
TypeDescription
WorkflowInvocationActionTypesState

Target

public Target Target { get; set; }

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

Property Value
TypeDescription
Target