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.
Configuration settings registered with the activity type.
Namespace: Amazon.SimpleWorkflow.Model
Assembly: AWSSDK.SimpleWorkflow.dll
Version: 3.x.y.z
public class ActivityTypeConfiguration
The ActivityTypeConfiguration type exposes the following members
Name | Description | |
---|---|---|
![]() |
ActivityTypeConfiguration() |
Name | Type | Description | |
---|---|---|---|
![]() |
DefaultTaskHeartbeatTimeout | System.String |
Gets and sets the property DefaultTaskHeartbeatTimeout. The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.
You can specify this value only when registering an activity type. The registered
default value can be overridden when you schedule a task through the
The duration is specified in seconds, an integer greater than or equal to |
![]() |
DefaultTaskList | Amazon.SimpleWorkflow.Model.TaskList |
Gets and sets the property DefaultTaskList.
The default task list specified for this activity type at registration. This default
is used if a task list isn't provided when a task is scheduled through the |
![]() |
DefaultTaskPriority | System.String |
Gets and sets the property DefaultTaskPriority.
The default task priority for tasks of this activity type, specified at registration.
If not set, then
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. |
![]() |
DefaultTaskScheduleToCloseTimeout | System.String |
Gets and sets the property DefaultTaskScheduleToCloseTimeout.
The default maximum duration, specified when registering the activity type, for tasks
of this activity type. You can override this default when scheduling a task through
the
The duration is specified in seconds, an integer greater than or equal to |
![]() |
DefaultTaskScheduleToStartTimeout | System.String |
Gets and sets the property DefaultTaskScheduleToStartTimeout.
The default maximum duration, specified when registering the activity type, that
a task of an activity type can wait before being assigned to a worker. You can override
this default when scheduling a task through the
The duration is specified in seconds, an integer greater than or equal to |
![]() |
DefaultTaskStartToCloseTimeout | System.String |
Gets and sets the property DefaultTaskStartToCloseTimeout.
The default maximum duration for tasks of an activity type specified when registering
the activity type. You can override this default when scheduling a task through the
The duration is specified in seconds, an integer greater than or equal to |
.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