AWS SDK Version 2 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.

.NET Framework 4.5
 
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.dll
Version: (assembly version)

Syntax

C#
public class WorkflowExecutionOpenCounts : Object

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 AWS Lambda functions that are currently executing.

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 Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8