WorkflowExecutionResult class

Workflow execution result

Annotations
  • @JsonSerializable.new()

Constructors

WorkflowExecutionResult({required String workflowId, required String executionId, required WorkflowStatus status, Map<String, dynamic>? result, String? error, required DateTime startedAt, DateTime? completedAt})
WorkflowExecutionResult.fromJson(Map<String, dynamic> json)
factory

Properties

completedAt DateTime?
final
error String?
final
executionId String
final
hashCode int
The hash code for this object.
no setterinherited
result Map<String, dynamic>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startedAt DateTime
final
status WorkflowStatus
final
workflowId String
final

Methods

copyWith({String? workflowId, String? executionId, WorkflowStatus? status, Map<String, dynamic>? result, String? error, DateTime? startedAt, DateTime? completedAt}) WorkflowExecutionResult
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