public static enum ErrorHandlingProcessData.ErrorHandlingParameter extends java.lang.Enum<ErrorHandlingProcessData.ErrorHandlingParameter>
| Enum Constant and Description |
|---|
DATA_CONTEXT
The data context of the failed activity.
|
EBP_TYPE
The EBP type of the failed node.
|
EC_NAME
The executable component name (if applicable, optional).
|
ERROR_CODE
The error code of the failed activity.
|
ERROR_COUNT
The error message of the failed activity.
|
ERROR_MESSAGE
The error message of the failed activity.
|
ERROR_STATE
The error state of the failed activity.
|
INSTANCE_ID
The ID of the instance with the failed node.
|
INSTANCE_LOG_ID
The log ID of the instance with the failed node.
|
INSTANCE_NAME
The name of the instance with the failed node.
|
INSTANCE_SUPERVISOR_AGENT_ID
The instance supervisor agent ID.
|
INSTANCE_SUPERVISOR_ORG_POSITION_ID
The instance supervisor org position ID.
|
IS_ACTIVITY
True, if the node had an activity.
|
ITERATION_ID
The iteration of the failed node.
|
NODE_ID
The ID of the failed node.
|
NODE_NAME
The name of the failed node.
|
NODE_STAFF_ASSIGNMENT_RULE
The staff assignment rule of the failed node.
|
PERFORMING_AGENT_AGENT_ID
The agent executing the node.
|
PERFORMING_AGENT_ORG_POSITION_ID
The org position of the agent executing the node.
|
TEMPLATE_ID
The base template ID of the instance with the failed node.
|
TEMPLATE_NAME
The name of the template of the instance with the failed node.
|
| Modifier and Type | Field and Description |
|---|---|
ProcessConstants.AdeptDataType |
dataType
The data type of the parameter.
|
java.util.UUID |
identifierID
The identifier ID.
|
boolean |
isOptional
True, if the data is optional.
|
java.lang.String |
parameterName
The name of the parameter.
|
java.lang.String |
udtName
The UDT name of the parameter if of type
ProcessConstants.AdeptDataType.USERDEFINED, null else. |
| Modifier and Type | Method and Description |
|---|---|
static ErrorHandlingProcessData.ErrorHandlingParameter |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ErrorHandlingProcessData.ErrorHandlingParameter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErrorHandlingProcessData.ErrorHandlingParameter EBP_TYPE
invariant number.public static final ErrorHandlingProcessData.ErrorHandlingParameter TEMPLATE_ID
public static final ErrorHandlingProcessData.ErrorHandlingParameter INSTANCE_ID
public static final ErrorHandlingProcessData.ErrorHandlingParameter INSTANCE_LOG_ID
public static final ErrorHandlingProcessData.ErrorHandlingParameter NODE_ID
public static final ErrorHandlingProcessData.ErrorHandlingParameter ITERATION_ID
public static final ErrorHandlingProcessData.ErrorHandlingParameter IS_ACTIVITY
public static final ErrorHandlingProcessData.ErrorHandlingParameter EC_NAME
public static final ErrorHandlingProcessData.ErrorHandlingParameter PERFORMING_AGENT_AGENT_ID
public static final ErrorHandlingProcessData.ErrorHandlingParameter PERFORMING_AGENT_ORG_POSITION_ID
public static final ErrorHandlingProcessData.ErrorHandlingParameter NODE_NAME
public static final ErrorHandlingProcessData.ErrorHandlingParameter NODE_STAFF_ASSIGNMENT_RULE
public static final ErrorHandlingProcessData.ErrorHandlingParameter INSTANCE_NAME
public static final ErrorHandlingProcessData.ErrorHandlingParameter TEMPLATE_NAME
public static final ErrorHandlingProcessData.ErrorHandlingParameter ERROR_CODE
public static final ErrorHandlingProcessData.ErrorHandlingParameter ERROR_STATE
public static final ErrorHandlingProcessData.ErrorHandlingParameter ERROR_MESSAGE
public static final ErrorHandlingProcessData.ErrorHandlingParameter ERROR_COUNT
public static final ErrorHandlingProcessData.ErrorHandlingParameter INSTANCE_SUPERVISOR_AGENT_ID
public static final ErrorHandlingProcessData.ErrorHandlingParameter INSTANCE_SUPERVISOR_ORG_POSITION_ID
public static final ErrorHandlingProcessData.ErrorHandlingParameter DATA_CONTEXT
public final java.lang.String parameterName
public final ProcessConstants.AdeptDataType dataType
public final java.lang.String udtName
ProcessConstants.AdeptDataType.USERDEFINED, null else.public final java.util.UUID identifierID
public final boolean isOptional
public static ErrorHandlingProcessData.ErrorHandlingParameter[] values()
for (ErrorHandlingProcessData.ErrorHandlingParameter c : ErrorHandlingProcessData.ErrorHandlingParameter.values()) System.out.println(c);
public static ErrorHandlingProcessData.ErrorHandlingParameter 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 null