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.
Namespace: Amazon.SimpleWorkflow.Model
Assembly: AWSSDK.SimpleWorkflow.dll
Version: 3.x.y.z
public class DecisionTaskScheduledEventAttributes
The DecisionTaskScheduledEventAttributes type exposes the following members
Name | Description | |
---|---|---|
DecisionTaskScheduledEventAttributes() |
Name | Type | Description | |
---|---|---|---|
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. |
|
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 |
|
TaskList | Amazon.SimpleWorkflow.Model.TaskList |
Gets and sets the property TaskList. The name of the task list in which the decision task was scheduled. |
|
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 For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5