AWS SDK for .NET Documentation
RespondDecisionTaskCompletedRequest Class
AmazonAmazon.SimpleWorkflow.ModelRespondDecisionTaskCompletedRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the RespondDecisionTaskCompleted operation.

Used by deciders to tell the service that the DecisionTask identified by the taskToken has successfully completed. The decisions argument specifies the list of decisions made while processing the task.

A DecisionTaskCompleted event is added to the workflow history. The executionContext specified is attached to the event in the workflow execution history.

Access Control

If an IAM policy grants permission to use RespondDecisionTaskCompleted , it can express permissions for the list of decisions in the decisions parameter. Each of the decisions has one or more parameters, much like a regular API call. To allow for policies to be as readable as possible, you can express permissions on decisions as if they were actual API calls, including applying conditions to some parameters. For more information, see Using IAM to Manage Access to Amazon SWF Workflows.

Declaration Syntax
C#
public class RespondDecisionTaskCompletedRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



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

Decisions
The list of decisions (possibly empty) made by the decider while processing this decision task. See the docs for the Decision structure for details.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExecutionContext
User defined context to add to workflow execution.

Constraints:

Length
0 - 32768


GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
TaskToken
The taskToken from the DecisionTask. The taskToken is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken must also be passed. This enables it to provide its progress and respond with results.

Constraints:

Length
1 - 1024


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

WithDecisions(IEnumerable<(Of <<'(Decision>)>>)) Obsolete.
Adds elements to the Decisions collection

WithExecutionContext(String) Obsolete.
Sets the ExecutionContext property

WithTaskToken(String) Obsolete.
Sets the TaskToken property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 RespondDecisionTaskCompletedRequest
See Also

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