Workflow Manual / Version 2207
Table Of Contents
You can use the Spring framework to make Java beans available
to your customized workflow actions and expressions.
The workflow server's Spring application context is exposed by the built-in
manager named springcontext of type
com.coremedia.workflow.common.util.SpringContextManager
.
It can be used by custom actions and expressions that
retrieve the Spring application context from the manager.