Execution class

Constructors

Execution({required String id, Map<String, dynamic>? data, required bool finished, required String mode, ExecutionStatus? status, String? retryOf, String? retrySuccessId, DateTime? startedAt, DateTime? stoppedAt, required String workflowId, DateTime? waitTill, Map<String, dynamic>? customData, String? workflowName})
Execution.fromJson(Map<String, dynamic> json)
factory

Properties

customData Map<String, dynamic>?
final
data Map<String, dynamic>?
final
finished bool
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
mode String
final
retryOf String?
final
retrySuccessId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startedAt DateTime?
final
status ExecutionStatus?
final
stoppedAt DateTime?
final
waitTill DateTime?
final
workflowId String
final
workflowName String?
final

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