org.activiti.*
-
"^[a-z]([-a-z0-9]{0,24}[a-z0-9])?$"
"DNS name validator"
"The %s name should follow DNS-1035 conventions: it must consist of lower case alphanumeric characters or \'-\', and must start and end with an alphanumeric character: \'%s\'"
"The name is not a valid DNS name"
-
"The %s name cannot be empty"
"The name cannot be empty"
"The %s name length cannot be greater than 26: \'%s\'"
"The name length cannot be greater than 26"
"The %s name is required"
"The name is required"
public static final int
26
"Name validator"
-
"The process extensions are bound to an unknown process id \'%s\'"
"Unknown process id in process extensions: %s"
-
"The extensions for process \'%s\' contains mappings for an unknown process variable \'%s\'"
"Unknown process variable in process extensions: %s"
-
"The extensions for process \'%s\' contains mappings for an unknown task \'%s\'"
"Unknown task in process extensions: %s"
-
"The extensions for process \'%s\' contains %s mappings to task \'%s\' referencing an unknown connector action \'%s\'"
"Unknown %s mapping connector action referenced in task %s: \'%s\'"
"The extensions for process \'%s\' contains mappings to task \'%s\' for an unknown %s connector parameter name \'%s\'"
"Unknown %s connector parameter name in process extensions: %s"
-
"Sequence flow has no source reference"
"Sequence flow [name: \'%s\', id: \'%s\'] has to have a source reference"
"Sequence flow has no target reference"
"Sequence flow [name: \'%s\', id: \'%s\'] has to have a target reference"
"BPMN sequence flow validator"
-
"The service implementation on service \'%s\' might fail silently. Consider adding an Error boundary event to handle failures."
"Missing Catch Error boundary event"
"BPMN service task catch boundary validator"
-
"Invalid service implementation on service \'%s\'"
"Invalid service implementation"
"BPMN service task validator"
-
"BPMN process id duplicated"
"Process ids must be unique"
"Process [name: \'%s\', id: \'%s\'] must be unique in the process workspace"
-
"The process category needs to be set"
"Missing process category"
-
"BPMN End event validator"
"End event has no incoming flow"
"End event [name: \'%s\', id: \'%s\'] has to have an incoming flow"
"End event should not have outgoing flow"
"End event [name: \'%s\', id: \'%s\'] should not have outgoing flow"
-
"BPMN Intermediate Flow node validator"
"Flow node has no incoming flow"
"Flow node [name: \'%s\', id: \'%s\'] has to have an incoming flow"
"Flow node has no outgoing flow"
"Flow node [name: \'%s\', id: \'%s\'] has to have an outgoing flow"
-
"Start event should not have incoming flow"
"Start event [name: \'%s\', id: \'%s\'] should not have incoming flow"
"Start event has no outgoing flow"
"Start event [name: \'%s\', id: \'%s\'] has to have an outgoing flow"
"BPMN Start event validator"