Execution class

A running instance of a [Workflow](/workflows/docs/reference/rest/v1/projects.locations.workflows).

Constructors

Execution({String? argument, String? callLogLevel, String? createTime, bool? disableConcurrencyQuotaOverflowBuffering, String? duration, String? endTime, Error? error, Map<String, String>? labels, String? name, String? result, String? startTime, String? state, StateError? stateError, Status? status, String? workflowRevisionId})
Execution.fromJson(Map json_)

Properties

argument String?
Input parameters of the execution represented as a JSON string.
getter/setter pair
callLogLevel String?
The call logging level associated to this execution. Possible string values are:
getter/setter pair
createTime String?
Marks the creation of the execution.
getter/setter pair
disableConcurrencyQuotaOverflowBuffering bool?
If set to true, the execution will not be backlogged when the concurrency quota is exhausted.
getter/setter pair
duration String?
Measures the duration of the execution.
getter/setter pair
endTime String?
Marks the end of execution, successful or not.
getter/setter pair
error Error?
The error which caused the execution to finish prematurely.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
Labels associated with this execution.
getter/setter pair
name String?
The resource name of the execution.
getter/setter pair
result String?
Output of the execution represented as a JSON string.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime String?
Marks the beginning of execution.
getter/setter pair
state String?
Current state of the execution.
getter/setter pair
stateError StateError?
Error regarding the state of the Execution resource.
getter/setter pair
status Status?
Status tracks the current steps and progress data of this execution.
getter/setter pair
workflowRevisionId String?
Revision of the workflow this execution is using.
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