[jbpm-issues] [JBoss JIRA] Updated: (JBPM-2329) re-introduce timers in the userguide

Tom Baeyens (JIRA) jira-events at lists.jboss.org
Tue Jan 5 06:41:30 EST 2010


     [ https://jira.jboss.org/jira/browse/JBPM-2329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Baeyens updated JBPM-2329:
------------------------------

    Fix Version/s: jBPM 4.x
                       (was: jBPM 4.4)


> re-introduce timers in the userguide
> ------------------------------------
>
>                 Key: JBPM-2329
>                 URL: https://jira.jboss.org/jira/browse/JBPM-2329
>             Project: jBPM
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: Runtime Engine
>            Reporter: Tom Baeyens
>             Fix For: jBPM 4.x
>
>
> change jpdpl schema of the timers:
> from 
> <on event="timeout">
>       <timer duedate="10 minutes"/>
>       <event-listener class="org.jbpm.examples.timer.event.Escalate" />
>     </on>
> to
> <timer duedate="10 minutes" event="timeout">
> <event-listener class="org.jbpm.examples.timer.event.Escalate" />
> </timer>
> and re-introduce the timers back in the userguide

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbpm-issues mailing list