To hopefully keep it brief:
My goal is to automate the setup of the Designer for several projects which rely on dynamically created users and roles - my intention was to use a Bean annotated with @Singleton
and a @PostConstruct
init method, however, this did not work because the init method is never executed in the Designer which is probably due to the annotations being unsupported on this level of the Axon Ivy platform.
Is there any supported way to execute a method after the engine started from Java directly or is the situation still the same process as described here?
I also noted that editing dynamic roles / users within the designer is quite painful, because I don't have any interface for it other than the roles / users bound in the yaml files
Could you please provide any insight how to properly execute these maintenance steps on engine startup so I can automate this in the designer and therefore save a lot of time each time I have to test particular features? 🙂