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

C# |
public class WorkflowExecutionOpenCounts

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | WorkflowExecutionOpenCounts()()()() | Initializes a new instance of the WorkflowExecutionOpenCounts class |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | OpenActivityTasks |
The count of activity tasks whose status is OPEN.
Constraints: |
![]() | OpenChildWorkflowExecutions |
The count of child workflow executions whose status is OPEN.
Constraints: |
![]() | OpenDecisionTasks |
The count of decision tasks whose status is OPEN. A workflow execution can have at most one open decision task.
Constraints: |
![]() | OpenTimers |
The count of timers started by this workflow execution that have not fired yet.
Constraints: |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithOpenActivityTasks(Int32) | Obsolete.
Sets the OpenActivityTasks property
|
![]() | WithOpenChildWorkflowExecutions(Int32) | Obsolete.
Sets the OpenChildWorkflowExecutions property
|
![]() | WithOpenDecisionTasks(Int32) | Obsolete.
Sets the OpenDecisionTasks property
|
![]() | WithOpenTimers(Int32) | Obsolete.
Sets the OpenTimers property
|

Object | |
![]() | WorkflowExecutionOpenCounts |