AWS SDK Version 2 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.

.NET Framework 4.5
 
Provides details of the WorkflowExecutionTerminated event.

Inheritance Hierarchy

System.Object
  Amazon.SimpleWorkflow.Model.WorkflowExecutionTerminatedEventAttributes

Namespace: Amazon.SimpleWorkflow.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class WorkflowExecutionTerminatedEventAttributes : Object

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 will be terminated.
  • REQUEST_CANCEL: a request to cancel will be 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 will be taken. The child executions will continue to run.
Public Property Details System.String Gets and sets the property Details.

The details provided for the termination (if any).

Public Property Reason System.String Gets and sets the property Reason.

The reason provided for the termination (if any).

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8