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

    Modifier and Type
    Method
    Description
    default String
    key()
    Stable persisted key.
  • Method Details

    • key

      default String key()
      Stable persisted key. Override when the enum constant name should not be the storage identity.