Class WorkflowInvocationAction
Represents a single action in a workflow invocation.
Implements
Inherited Members
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 |
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 |
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 |