AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.SimpleWorkflow.Model.WorkflowExecutionOpenCounts

Namespace: Amazon.SimpleWorkflow.Model
Assembly: AWSSDK.SimpleWorkflow.dll
Version: 3.x.y.z

Syntax

C#
public class WorkflowExecutionOpenCounts

The WorkflowExecutionOpenCounts type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property OpenActivityTasks System.Int32

Gets and sets the property OpenActivityTasks.

The count of activity tasks whose status is OPEN.

Public Property OpenChildWorkflowExecutions System.Int32

Gets and sets the property OpenChildWorkflowExecutions.

The count of child workflow executions whose status is OPEN.

Public Property OpenDecisionTasks System.Int32

Gets and sets the property OpenDecisionTasks.

The count of decision tasks whose status is OPEN. A workflow execution can have at most one open decision task.

Public Property OpenLambdaFunctions System.Int32

Gets and sets the property OpenLambdaFunctions.

The count of Lambda tasks whose status is OPEN.

Public Property OpenTimers System.Int32

Gets and sets the property OpenTimers.

The count of timers started by this workflow execution that have not fired yet.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5