Execution class
Constructors
-
Execution({required int id, required Map<
String, dynamic> data, required bool finished, required String mode, int? retryOf, int? retrySuccessId, DateTime? startedAt, DateTime? stoppedAt, required int workflowId, DateTime? waitTill, Map<String, dynamic> ? customData}) -
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 → int
-
final
- mode → String
-
final
- retryOf → int?
-
final
- retrySuccessId → int?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startedAt → DateTime?
-
final
- stoppedAt → DateTime?
-
final
- waitTill → DateTime?
-
final
- workflowId → int
-
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