WorkflowRunStatistics class

Workflow run statistics provides statistics about the workflow run.

Constructors

WorkflowRunStatistics({int? failedActions, int? runningActions, int? stoppedActions, int? succeededActions, int? timeoutActions, int? totalActions})
WorkflowRunStatistics.fromJson(Map<String, dynamic> json)
factory

Properties

failedActions int?
Total number of Actions that have failed.
final
hashCode int
The hash code for this object.
no setterinherited
runningActions int?
Total number Actions in running state.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stoppedActions int?
Total number of Actions that have stopped.
final
succeededActions int?
Total number of Actions that have succeeded.
final
timeoutActions int?
Total number of Actions that timed out.
final
totalActions int?
Total number of Actions in the workflow run.
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