[
https://jira.jboss.org/jira/browse/JBPM-2329?page=com.atlassian.jira.plug...
]
Tom Baeyens updated JBPM-2329:
------------------------------
Description:
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
was:
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" fire-event="timeout">
<event-listener class="org.jbpm.examples.timer.event.Escalate" />
</timer>
and re-introduce the timers back in the userguide
Assignee: Joram Barrez (was: Tom Baeyens)
re-introduce timers in the userguide
------------------------------------
Key: JBPM-2329
URL:
https://jira.jboss.org/jira/browse/JBPM-2329
Project: JBoss jBPM
Issue Type: Task
Security Level: Public(Everyone can see)
Components: Runtime Engine
Reporter: Tom Baeyens
Assignee: Joram Barrez
Fix For: jBPM 4.1
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