AWS SDK for .NET Documentation
TerminateWorkflowExecution Method (terminateWorkflowExecutionRequest)
AmazonAmazon.SimpleWorkflowAmazonSimpleWorkflowTerminateWorkflowExecution(TerminateWorkflowExecutionRequest) Did this page help you?   Yes   No    Tell us about it...

Records a WorkflowExecutionTerminated event and forces closure of the workflow execution identified by the given domain, runId, and workflowId. The child policy, registered with the workflow type or specified when starting this execution, is applied to any open child workflow executions of this workflow execution.

IMPORTANT: If the identified workflow execution was in progress, it is terminated immediately.

NOTE: If a runId is not specified, then the WorkflowExecutionTerminated event is recorded in the history of the current open workflow with the matching workflowId in the domain.

NOTE: You should consider using RequestCancelWorkflowExecution action instead because it allows the workflow to gracefully close while TerminateWorkflowExecution does not.

Access Control

You can use IAM policies to control this action's access to Amazon SWF resources as follows:

If the caller does not have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails by throwing OperationNotPermitted . For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

Declaration Syntax
C#
TerminateWorkflowExecutionResponse TerminateWorkflowExecution(
	TerminateWorkflowExecutionRequest terminateWorkflowExecutionRequest
)
Parameters
terminateWorkflowExecutionRequest (TerminateWorkflowExecutionRequest)
Container for the necessary parameters to execute the TerminateWorkflowExecution service method on AmazonSimpleWorkflow.
Exceptions

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