...
A system action is simply an action sequence that is configured to run either at system start time (i.e. when the application server starts) or session start time (i.e. when the user logs in). The output of a system action is available to other action sequences as input parameters. System actions are configured by adding the appropriate child elements to the <system-action>
element in the pentaho.xml file.
--------------- what to do with this junk? ---------
Info | ||
---|---|---|
| ||
TODO |
In addition, the output is available to portlets and/or Servlets/jsps.
(scope="global")
(scope="session").
(org.pentaho.ui.portlet.PentahoPortletSession)
(org.pentaho.core.session.PentahoHttpSession)
--------------------------------------------
Configuring System Actions
Anchor | ||||
---|---|---|---|---|
|
...