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

A structure that represents a decision task. Decision tasks are sent to deciders in order for them to make decisions.

Declaration Syntax
C#
public class DecisionTask
Members
All MembersConstructorsMethodsProperties



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

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Events
A paginated list of history events of the workflow execution. The decider uses this during the processing of the decision task.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
NextPageToken
Returns a value if the results are paginated. To get the next page of results, repeat the request specifying this token and all other arguments unchanged.

Constraints:

Length
0 - 2048


PreviousStartedEventId
The id of the DecisionTaskStarted event of the previous decision task of this workflow execution that was processed by the decider. This can be used to determine the events in the history new since the last decision task received by the decider.

StartedEventId
The id of the DecisionTaskStarted event recorded in the history.

TaskToken
The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.

Constraints:

Length
1 - 1024


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithEvents(array<HistoryEvent>[]()[][]) Obsolete.
Adds elements to the Events collection

WithEvents(IEnumerable<(Of <<'(HistoryEvent>)>>)) Obsolete.
Adds elements to the Events collection

WithNextPageToken(String) Obsolete.
Sets the NextPageToken property

WithPreviousStartedEventId(Int64) Obsolete.
Sets the PreviousStartedEventId property

WithStartedEventId(Int64) Obsolete.
Sets the StartedEventId property

WithTaskToken(String) Obsolete.
Sets the TaskToken property

WithWorkflowExecution(WorkflowExecution) Obsolete.
Sets the WorkflowExecution property

WithWorkflowType(WorkflowType) Obsolete.
Sets the WorkflowType property

WorkflowExecution
The workflow execution for which this decision task was created.

WorkflowType
The type of the workflow execution for which this decision task was created.

Inheritance Hierarchy
Object
DecisionTask

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