Class ScheduledExecutionRecord
A record of an attempt to create a workflow invocation for this workflow config.
Implements
Inherited Members
Namespace: Google.Apis.Dataform.v1beta1.Data
Assembly: Google.Apis.Dataform.v1beta1.dll
Syntax
public class ScheduledExecutionRecord : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ErrorStatus
The error status encountered upon this attempt to create the workflow invocation, if the attempt was unsuccessful.
Declaration
[JsonProperty("errorStatus")]
public virtual Status ErrorStatus { get; set; }
Property Value
Type | Description |
---|---|
Status |
ExecutionTime
object representation of ExecutionTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ExecutionTimeDateTimeOffset instead.")]
public virtual object ExecutionTime { get; set; }
Property Value
Type | Description |
---|---|
object |
ExecutionTimeDateTimeOffset
DateTimeOffset representation of ExecutionTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? ExecutionTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
ExecutionTimeRaw
The timestamp of this execution attempt.
Declaration
[JsonProperty("executionTime")]
public virtual string ExecutionTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
WorkflowInvocation
The name of the created workflow invocation, if one was successfully created. Must be in the format
projects/*/locations/*/repositories/*/workflowInvocations/*
.
Declaration
[JsonProperty("workflowInvocation")]
public virtual string WorkflowInvocation { get; set; }
Property Value
Type | Description |
---|---|
string |