Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
    public interface Execution {
        void init(Map parameterMap);
        boolean execute(RequestContext context, String currentState, String targetState);
    }

The user can also define customized user interfaces to assist the transition operations. Please read about the Default Transition UI.

Info
titleNote

The configuration model which was used in previous Governance Registry releases is still supported.

...