Package su.onno.process
Interface ProcessStepKey
public interface ProcessStepKey
Stable identity of a step in a business-process definition.
Implement this on an enum used by one process definition. The enum gives callers compile-time
safety; key() is the stable value that the persistent runtime stores without
coupling process instances to a Java enum constant name.
-
Method Summary
-
Method Details
-
key
Stable persisted key. Override when the enum constant name should not be the storage identity.
-