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.

Provides details about the DecisionTaskScheduled event.

Inheritance Hierarchy

System.Object
  Amazon.SimpleWorkflow.Model.DecisionTaskScheduledEventAttributes

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

Syntax

C#
public class DecisionTaskScheduledEventAttributes

The DecisionTaskScheduledEventAttributes type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ScheduleToStartTimeout System.String

Gets and sets the property ScheduleToStartTimeout.

The maximum amount of time the decision task can wait to be assigned to a worker.

Public Property StartToCloseTimeout System.String

Gets and sets the property StartToCloseTimeout.

The maximum duration for this decision task. The task is considered timed out if it doesn't completed within this duration.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

Public Property TaskList Amazon.SimpleWorkflow.Model.TaskList

Gets and sets the property TaskList.

The name of the task list in which the decision task was scheduled.

Public Property TaskPriority System.String

Gets and sets the property TaskPriority.

A task priority that, if set, specifies the priority for this decision task. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

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