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.

Contains details about a workflow type.

Inheritance Hierarchy

System.Object
  Amazon.SimpleWorkflow.Model.WorkflowTypeDetail

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

Syntax

C#
public class WorkflowTypeDetail

The WorkflowTypeDetail type exposes the following members

Constructors

NameDescription
Public Method WorkflowTypeDetail()

Properties

NameTypeDescription
Public Property Configuration Amazon.SimpleWorkflow.Model.WorkflowTypeConfiguration

Gets and sets the property Configuration.

Configuration settings of the workflow type registered through RegisterWorkflowType

Public Property TypeInfo Amazon.SimpleWorkflow.Model.WorkflowTypeInfo

Gets and sets the property TypeInfo.

General information about the workflow type.

The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.

  • REGISTERED – The type is registered and available. Workers supporting this type should be running.

  • DEPRECATED – The type was deprecated using DeprecateWorkflowType, but is still in use. You should keep workers supporting this type running. You cannot create new workflow executions of this type.

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