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 the details of the ActivityTaskScheduled
event.
Namespace: Amazon.SimpleWorkflow.Model
Assembly: AWSSDK.SimpleWorkflow.dll
Version: 3.x.y.z
public class ActivityTaskScheduledEventAttributes
The ActivityTaskScheduledEventAttributes type exposes the following members
Name | Description | |
---|---|---|
ActivityTaskScheduledEventAttributes() |
Name | Type | Description | |
---|---|---|---|
ActivityId | System.String |
Gets and sets the property ActivityId. The unique ID of the activity task. |
|
ActivityType | Amazon.SimpleWorkflow.Model.ActivityType |
Gets and sets the property ActivityType. The type of the activity task. |
|
Control | System.String |
Gets and sets the property Control. Data attached to the event that can be used by the decider in subsequent workflow tasks. This data isn't sent to the activity. |
|
DecisionTaskCompletedEventId | System.Int64 |
Gets and sets the property DecisionTaskCompletedEventId.
The ID of the |
|
HeartbeatTimeout | System.String |
Gets and sets the property HeartbeatTimeout. The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it is ignored. |
|
Input | System.String |
Gets and sets the property Input. The input provided to the activity task. |
|
ScheduleToCloseTimeout | System.String |
Gets and sets the property ScheduleToCloseTimeout. The maximum amount of time for this activity task. |
|
ScheduleToStartTimeout | System.String |
Gets and sets the property ScheduleToStartTimeout. The maximum amount of time the activity task can wait to be assigned to a worker. |
|
StartToCloseTimeout | System.String |
Gets and sets the property StartToCloseTimeout. The maximum amount of time a worker may take to process the activity task. |
|
TaskList | Amazon.SimpleWorkflow.Model.TaskList |
Gets and sets the property TaskList. The task list in which the activity task has been scheduled. |
|
TaskPriority | System.String |
Gets and sets the property TaskPriority. The priority to assign to the scheduled activity task. If set, this overrides any default priority value that was assigned when the activity type was registered.
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