Hi Roman,
Thanks for your answer.
I really have a concrete question:
How to setup the application context so that @StartProcess, @ProcessVariable and the process scope work?
E.g.: What I saw was, that for the @StartProcess annotation the corresponding BeanPostProcessor most be loaded so that the services can be enriched with the required AOP-Advice.
I configure spring with JavaConfig. So the post processor must be configured in a static way that the framework picks it up, but the post processor has a dependency to the process engine that is then not yet loaded.
So you see... I am a little confused about the dependencies and the required beans to initialize in the application context.
It would help me much when you could shed some light on that topic.
Best regards,
Florian