apologies if this is spam. I sent it to the forum mailing address but it didnt
seem like it took, so i suspect i Have to post here instead. Anyway, apologies:
Hello,
I'm wondering if there's any recipes for deleting a ProcessInstance
from the DBMS in jBPM 3?
I realize that it's, essentially, j
Hello,
Is there a way to have a foreach type of construct? In plain 'ol JBPM JPDL (not
BPEL)?
More specifically, I want to be able to pass in (say) a java.util.List as a
process variable and have it create new branches for each obect in the node and
put the object as a process variable in th
Hi all
I have en EJB app sitting on a multihomed system. The app binds http (at least)
to all interfaces on port 8080, but the EJBs were bound only to the interface
designated by the hostname. Thankfully it enumerates something about 'RMI
codebase ..' and then the host and port and we were abl
Here's what I envision:
a process flow begins with a start state and carries on until it hits a
task-node. The task node compels some sort of external actor (presumably a
human being) to get the latest task instances and, going through each one, to
start, stop it.
However, no matter what i do
Hi all
I'm trying to create an iterated subprocess (basically, pattern 14
http://www.workflowpatterns.com/patterns/control/multiple_instance/wcp14.php ).
I found
http://wiki.jboss.org/wiki/attach?page=ForEachForkActionHandler%2FForEachForkActionHandler.java
which provides the ability to, on