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
 
Contains details about a workflow type.

Inheritance Hierarchy

System.Object
  Amazon.SimpleWorkflow.Model.WorkflowTypeDetail

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

Syntax

C#
public class WorkflowTypeDetail : Object

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 Framework:
Supported in: 4.5, 4.0, 3.5

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