WorkflowExecutionOpenCounts class

Contains the counts of open tasks, child workflow executions and timers for a workflow execution.

Constructors

WorkflowExecutionOpenCounts({required int openActivityTasks, required int openChildWorkflowExecutions, required int openDecisionTasks, required int openTimers, int? openLambdaFunctions})
WorkflowExecutionOpenCounts.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
openActivityTasks int
The count of activity tasks whose status is OPEN.
final
openChildWorkflowExecutions int
The count of child workflow executions whose status is OPEN.
final
openDecisionTasks int
The count of decision tasks whose status is OPEN. A workflow execution can have at most one open decision task.
final
openLambdaFunctions int?
The count of Lambda tasks whose status is OPEN.
final
openTimers int
The count of timers started by this workflow execution that have not fired yet.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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