Hi,
I am using the jbpm console for orchestrate my process definition. However,
some of the process nodes request asynchronous tasks to external systems. When
those tasks finish, the workflow engine receives an incoming message through
JMS (openMQ). What I'm currently doing in response to that
Hi,
I have a wait state in my workflow which its goal is to wait for a specific
time and then continue with the execution of the next node:
|
|
|
|
|
|
|
|
|
|
Aft
Thanks for your reply.
I'm using the jbpm-console for manage the workflow, I just wrote some action
classes implementing the ActionHandler interface. So my question now is, when
the JbpmContext is closed? I mean, is the JbpmContext closed when a specific
action is executed and the workflow leav
Hi,
thanks for your reply but that wasn't my question. My questions were related to
jbpm memory management.
BTW, my workflow executes more than one persistence states before going back to
the same node.
Best regards
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewto
Hi,
I've been using my workflow process without problems so far but did some
modifications to execute a node (which calls a bash script) in a loop until
some conditions are asserted. The main source code of the node's ActionHandler
class is this:
| Iterator it =
(Iterator)
Ok, but I'm posting the issue in this forum because I'm trying to tweak the
xhtml forms provided with jBPM console, that is:
|
| http://www.w3.org/1999/xhtml";
| xmlns:ui="http://java.sun.com/jsf/facelets";
| xmlns:c="http://java.sun.com/jstl/core";
| xmlns:h="http:/
Hi,
I have modified a xhtml task form generated by the Graphical designer plugin in
order to add a combobox component:
|
|value="#{ChooseTopicBean.items}"/>
|
|
|
and defined apart a JS function called "updateTopic(ref)" which try to change
the value of anoth