[jboss-user] [JBoss jBPM] - Global Timers ?

2007-08-17 Thread lanzm
Hi I am looking for something one could call global timers in the context of a process instance. I see that Tasks or Nodes can have timers, but not other elements. I need a timer that fires sometime defined by a task and then takes some action asynchronically (maybe implemented in a handler).

[jboss-user] [JBoss jBPM] - getNodeTypes() and getNodeNames() in org.jbpm.graph.node.Nod

2007-08-13 Thread lanzm
it seems that getNodeTypes() and getNodeNames() in NodeTypes where never used until now :-) from jbpm-jpdl-3.2.1 getNodeTypes() is returning nodeNames and vice versa. | package org.jbpm.graph.node; | | public class NodeTypes { | | public static Set getNodeTypes() { |