Version 14

    Scheduler Plug-In:

     

    This is a plug-in for activating the JBPM Scheduler from web applications based on Apache Struts. It is an alternative to the standalone Scheduler Client / Scheduler Servlet pair. The plug-in's init method creates and starts a Thread that will repeatedly sleep, poll the scheduler and execute sheduled jobs, until destroy method is invoked.

     

    Configuration:

     

    In order to use this plug-in, you must have the compiled class in your classpath and add the following entry to struts-config.xml:

     

     

    <plug-in className="fi.etie.ifms.jbpm.SchedulerPlugIn"> 

     

    Links: