WorkflowInvocationAction class

Represents a single action in a workflow invocation.

Constructors

WorkflowInvocationAction({BigQueryAction? bigqueryAction, Target? canonicalTarget, DataPreparationAction? dataPreparationAction, String? failureReason, String? internalMetadata, Interval? invocationTiming, NotebookAction? notebookAction, String? state, Target? target})
WorkflowInvocationAction.fromJson(Map json_)

Properties

bigqueryAction BigQueryAction?
The workflow action's bigquery action details.
getter/setter pair
canonicalTarget Target?
The action's identifier if the project had been compiled without any overrides configured.
getter/setter pair
dataPreparationAction DataPreparationAction?
The workflow action's data preparation action details.
getter/setter pair
failureReason String?
If and only if action's state is FAILED a failure reason is set.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
internalMetadata String?
All the metadata information that is used internally to serve the resource.
getter/setter pair
invocationTiming Interval?
This action's timing details.
getter/setter pair
notebookAction NotebookAction?
The workflow action's notebook action details.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
This action's current state.
getter/setter pair
target Target?
This action's identifier.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited