..SimpleSignupWirkflow$Events seems to be an inner class/enum of your workflow.
Move all classes which are used inside and outside of the workflow classes to your "normal" source directory.
Leave only the workflow classes in the workflow source folder (or their package if you are using the classpath repo).
Copper uses a special class loader to load workflow classes, so if their folder contains other classes, this might lead to the problem that you described.
In java a class is identified by its name and the classloader that loaded it, so two classes with the same name but loaded from different class loaders are not compatible.
Von: "Eugene Dzhurinsky" <
jdev...@gmail.com>
An: "COPPER Engine" <
copper...@googlegroups.com>
Gesendet: Dienstag, 4. Oktober 2016 20:45:14
Betreff: [COPPER Users] ClassLoader for the enums within the workflow class is different?