FlowExecutionSummary class
An object that contains summary information about a flow execution.
Constructors
- FlowExecutionSummary.new({DateTime? createdAt, String? flowExecutionId, String? flowTemplateId, FlowExecutionStatus? status, String? systemInstanceId, DateTime? updatedAt})
-
FlowExecutionSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- createdAt → DateTime?
-
The date and time when the flow execution summary was created.
final
- flowExecutionId → String?
-
The ID of the flow execution.
final
- flowTemplateId → String?
-
The ID of the flow.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → FlowExecutionStatus?
-
The current status of the flow execution.
final
- systemInstanceId → String?
-
The ID of the system instance that contains the flow.
final
- updatedAt → DateTime?
-
The date and time when the flow execution summary was last updated.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited