You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SWF::Types::WorkflowTypeDetail

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains details about a workflow type.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::WorkflowTypeConfiguration

Configuration settings of the workflow type registered through RegisterWorkflowType

Returns:

#type_infoTypes::WorkflowTypeInfo

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.

Returns: