AWS SDK for .NET Documentation
RespondDecisionTaskCompleted Method (respondDecisionTaskCompletedRequest)
AmazonAmazon.SimpleWorkflowAmazonSimpleWorkflowRespondDecisionTaskCompleted(RespondDecisionTaskCompletedRequest) Did this page help you?   Yes   No    Tell us about it...

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#
RespondDecisionTaskCompletedResponse RespondDecisionTaskCompleted(
	RespondDecisionTaskCompletedRequest respondDecisionTaskCompletedRequest
)
Parameters
respondDecisionTaskCompletedRequest (RespondDecisionTaskCompletedRequest)
Container for the necessary parameters to execute the RespondDecisionTaskCompleted service method on AmazonSimpleWorkflow.
Exceptions

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