C# Class Amazon.SimpleWorkflow.ContinueAsNewWorkflowExecutionFailedCause

Continue As New Workflow Execution Failed Cause
Inheritance: ConstantClass
Show file Open project: scopely/aws-sdk-net

Public Properties

Property Type Description
DEFAULT_CHILD_POLICY_UNDEFINED ContinueAsNewWorkflowExecutionFailedCause
DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED ContinueAsNewWorkflowExecutionFailedCause
DEFAULT_TASK_LIST_UNDEFINED ContinueAsNewWorkflowExecutionFailedCause
DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED ContinueAsNewWorkflowExecutionFailedCause
OPERATION_NOT_PERMITTED ContinueAsNewWorkflowExecutionFailedCause
UNHANDLED_DECISION ContinueAsNewWorkflowExecutionFailedCause
WORKFLOW_TYPE_DEPRECATED ContinueAsNewWorkflowExecutionFailedCause
WORKFLOW_TYPE_DOES_NOT_EXIST ContinueAsNewWorkflowExecutionFailedCause

Public Methods

Method Description
ContinueAsNewWorkflowExecutionFailedCause ( string value ) : System

Default Constructor

FindValue ( string value ) : ContinueAsNewWorkflowExecutionFailedCause

Finds the constant for the unique value.

Method Details

ContinueAsNewWorkflowExecutionFailedCause() public method

Default Constructor
public ContinueAsNewWorkflowExecutionFailedCause ( string value ) : System
value string
return System

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : ContinueAsNewWorkflowExecutionFailedCause
value string The unique value for the constant
return ContinueAsNewWorkflowExecutionFailedCause

Property Details

DEFAULT_CHILD_POLICY_UNDEFINED public static property

Constant DEFAULT_CHILD_POLICY_UNDEFINED for ContinueAsNewWorkflowExecutionFailedCause
public static ContinueAsNewWorkflowExecutionFailedCause,Amazon.SimpleWorkflow DEFAULT_CHILD_POLICY_UNDEFINED
return ContinueAsNewWorkflowExecutionFailedCause

DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED public static property

Constant DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED for ContinueAsNewWorkflowExecutionFailedCause
public static ContinueAsNewWorkflowExecutionFailedCause,Amazon.SimpleWorkflow DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED
return ContinueAsNewWorkflowExecutionFailedCause

DEFAULT_TASK_LIST_UNDEFINED public static property

Constant DEFAULT_TASK_LIST_UNDEFINED for ContinueAsNewWorkflowExecutionFailedCause
public static ContinueAsNewWorkflowExecutionFailedCause,Amazon.SimpleWorkflow DEFAULT_TASK_LIST_UNDEFINED
return ContinueAsNewWorkflowExecutionFailedCause

DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED public static property

Constant DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED for ContinueAsNewWorkflowExecutionFailedCause
public static ContinueAsNewWorkflowExecutionFailedCause,Amazon.SimpleWorkflow DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED
return ContinueAsNewWorkflowExecutionFailedCause

OPERATION_NOT_PERMITTED public static property

Constant OPERATION_NOT_PERMITTED for ContinueAsNewWorkflowExecutionFailedCause
public static ContinueAsNewWorkflowExecutionFailedCause,Amazon.SimpleWorkflow OPERATION_NOT_PERMITTED
return ContinueAsNewWorkflowExecutionFailedCause

UNHANDLED_DECISION public static property

Constant UNHANDLED_DECISION for ContinueAsNewWorkflowExecutionFailedCause
public static ContinueAsNewWorkflowExecutionFailedCause,Amazon.SimpleWorkflow UNHANDLED_DECISION
return ContinueAsNewWorkflowExecutionFailedCause

WORKFLOW_TYPE_DEPRECATED public static property

Constant WORKFLOW_TYPE_DEPRECATED for ContinueAsNewWorkflowExecutionFailedCause
public static ContinueAsNewWorkflowExecutionFailedCause,Amazon.SimpleWorkflow WORKFLOW_TYPE_DEPRECATED
return ContinueAsNewWorkflowExecutionFailedCause

WORKFLOW_TYPE_DOES_NOT_EXIST public static property

Constant WORKFLOW_TYPE_DOES_NOT_EXIST for ContinueAsNewWorkflowExecutionFailedCause
public static ContinueAsNewWorkflowExecutionFailedCause,Amazon.SimpleWorkflow WORKFLOW_TYPE_DOES_NOT_EXIST
return ContinueAsNewWorkflowExecutionFailedCause