AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Provides the details of the WorkflowExecutionTerminated event.

Inheritance Hierarchy

System.Object
  Amazon.SimpleWorkflow.Model.WorkflowExecutionTerminatedEventAttributes

Namespace: Amazon.SimpleWorkflow.Model
Assembly: AWSSDK.SimpleWorkflow.dll
Version: 3.x.y.z

Syntax

C#
public class WorkflowExecutionTerminatedEventAttributes

The WorkflowExecutionTerminatedEventAttributes type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Cause Amazon.SimpleWorkflow.WorkflowExecutionTerminatedCause

Gets and sets the property Cause.

If set, indicates that the workflow execution was automatically terminated, and specifies the cause. This happens if the parent workflow execution times out or is terminated and the child policy is set to terminate child executions.

Public Property ChildPolicy Amazon.SimpleWorkflow.ChildPolicy

Gets and sets the property ChildPolicy.

The policy used for the child workflow executions of this workflow execution.

The supported child policies are:

  • TERMINATE – The child executions are terminated.

  • REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.

  • ABANDON – No action is taken. The child executions continue to run.

Public Property Details System.String

Gets and sets the property Details.

The details provided for the termination.

Public Property Reason System.String

Gets and sets the property Reason.

The reason provided for the termination.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5