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
 
Provides details of the ActivityTaskScheduled event.

Inheritance Hierarchy

System.Object
  Amazon.SimpleWorkflow.Model.ActivityTaskScheduledEventAttributes

Namespace: Amazon.SimpleWorkflow.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class ActivityTaskScheduledEventAttributes : Object

The ActivityTaskScheduledEventAttributes type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ActivityId System.String Gets and sets the property ActivityId.

The unique ID of the activity task.

Public Property ActivityType Amazon.SimpleWorkflow.Model.ActivityType Gets and sets the property ActivityType.

The type of the activity task.

Public Property Control System.String Gets and sets the property Control.

Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks. This data is not sent to the activity.

Public Property DecisionTaskCompletedEventId System.Int64 Gets and sets the property DecisionTaskCompletedEventId.

The ID of the DecisionTaskCompleted event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Public Property 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 will be ignored.

Public Property Input System.String Gets and sets the property Input.

The input provided to the activity task.

Public Property ScheduleToCloseTimeout System.String Gets and sets the property ScheduleToCloseTimeout.

The maximum amount of time for this activity task.

Public Property 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.

Public Property StartToCloseTimeout System.String Gets and sets the property StartToCloseTimeout.

The maximum amount of time a worker may take to process the activity task.

Public Property TaskList Amazon.SimpleWorkflow.Model.TaskList Gets and sets the property TaskList.

The task list in which the activity task has been scheduled.

Public Property TaskPriority System.String Gets and sets the property TaskPriority.

Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered.

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 Simple Workflow Developer Guide.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

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