AWS SDK for .NET Documentation
ActivityTaskScheduledEventAttributes Class
AmazonAmazon.SimpleWorkflow.ModelActivityTaskScheduledEventAttributes Did this page help you?   Yes   No    Tell us about it...

Provides details of the ActivityTaskScheduled event.

Declaration Syntax
C#
public class ActivityTaskScheduledEventAttributes
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ActivityTaskScheduledEventAttributes()()()()
Initializes a new instance of the ActivityTaskScheduledEventAttributes class

ActivityId
The unique id of the activity task.

Constraints:

Length
1 - 256


ActivityType
The type of the activity task.

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.

Constraints:

Length
0 - 32768


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.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
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.

Constraints:

Length
0 - 8


Input
The input provided to the activity task.

Constraints:

Length
0 - 32768


ScheduleToCloseTimeout
The maximum amount of time for this activity task.

Constraints:

Length
0 - 8


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

Constraints:

Length
0 - 8


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

Constraints:

Length
0 - 8


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

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithActivityId(String) Obsolete.
Sets the ActivityId property

WithActivityType(ActivityType) Obsolete.
Sets the ActivityType property

WithControl(String) Obsolete.
Sets the Control property

WithDecisionTaskCompletedEventId(Int64) Obsolete.
Sets the DecisionTaskCompletedEventId property

WithHeartbeatTimeout(String) Obsolete.
Sets the HeartbeatTimeout property

WithInput(String) Obsolete.
Sets the Input property

WithScheduleToCloseTimeout(String) Obsolete.
Sets the ScheduleToCloseTimeout property

WithScheduleToStartTimeout(String) Obsolete.
Sets the ScheduleToStartTimeout property

WithStartToCloseTimeout(String) Obsolete.
Sets the StartToCloseTimeout property

WithTaskList(TaskList) Obsolete.
Sets the TaskList property

Inheritance Hierarchy
Object
ActivityTaskScheduledEventAttributes

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)