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 WorkflowExecutionTimedOut event.

Inheritance Hierarchy

System.Object
  Amazon.SimpleWorkflow.Model.WorkflowExecutionTimedOutEventAttributes

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

Syntax

C#
public class WorkflowExecutionTimedOutEventAttributes

The WorkflowExecutionTimedOutEventAttributes type exposes the following members

Constructors

Properties

NameTypeDescription
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 TimeoutType Amazon.SimpleWorkflow.WorkflowExecutionTimeoutType

Gets and sets the property TimeoutType.

The type of timeout that caused this event.

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