public enum StartChildWorkflowExecutionFailedCause extends java.lang.Enum<StartChildWorkflowExecutionFailedCause>
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
value |
Modifier and Type | Method and Description |
---|---|
static StartChildWorkflowExecutionFailedCause |
fromValue(java.lang.String value)
Use this in place of valueOf.
|
java.lang.String |
toString() |
static StartChildWorkflowExecutionFailedCause |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StartChildWorkflowExecutionFailedCause[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StartChildWorkflowExecutionFailedCause WORKFLOW_TYPE_DOES_NOT_EXIST
public static final StartChildWorkflowExecutionFailedCause WORKFLOW_TYPE_DEPRECATED
public static final StartChildWorkflowExecutionFailedCause OPEN_CHILDREN_LIMIT_EXCEEDED
public static final StartChildWorkflowExecutionFailedCause OPEN_WORKFLOWS_LIMIT_EXCEEDED
public static final StartChildWorkflowExecutionFailedCause CHILD_CREATION_RATE_EXCEEDED
public static final StartChildWorkflowExecutionFailedCause WORKFLOW_ALREADY_RUNNING
public static final StartChildWorkflowExecutionFailedCause DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED
public static final StartChildWorkflowExecutionFailedCause DEFAULT_TASK_LIST_UNDEFINED
public static final StartChildWorkflowExecutionFailedCause DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED
public static final StartChildWorkflowExecutionFailedCause DEFAULT_CHILD_POLICY_UNDEFINED
public static final StartChildWorkflowExecutionFailedCause OPERATION_NOT_PERMITTED
public static StartChildWorkflowExecutionFailedCause[] values()
for (StartChildWorkflowExecutionFailedCause c : StartChildWorkflowExecutionFailedCause.values()) System.out.println(c);
public static StartChildWorkflowExecutionFailedCause valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<StartChildWorkflowExecutionFailedCause>
public static StartChildWorkflowExecutionFailedCause fromValue(java.lang.String value)
value
- real value