The Startup Rule Engine is an application that allows you to:
- configure Kettle jobs and transformations to be run upon specific events:
- session login
- session logout
- server startup
- access each job/transformation execution log.
Scheduling the execution of your PDI files is easy:
- place the jobs and transformation you wish to schedule under
pentaho-solutions/system/startupRules/rules
. - run the Startup Rule Engine from the Tools menu, or launch the application via its REST endpoint: http://localhost:8080/pentaho/plugin/startupRuleEngine/api/main
- click on the appropriate checkboxes.
That's it!
Use our bug tracker to report any issues or suggestions for improvement.