Hi all,
I'm newbie in JBPM and workflow stuff and need to develop a lightweigth framework around it, that support data triggered task completation. So, if i have some data conditions that must be reached by user interference and when all conditions are satisfied, it must trigger a task instance completation, but without direct task ending by the user. There's a good way to do that?
Thanks in advance,
Leonardo Gamas.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4019935#4019935
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4019935
"jorell" wrote : the effect of this is that first one path of execution is traversed till it reaches the join node and then the other. There isnt any concurrent processing.
I think the next transition is also invoked when another transition path gets into some wait state, such as a task node. If, in the websale example, you change the "ship item" node into some task node then two tasks are created, and you can choose in which order to execute those.
Arjan.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4019933#4019933
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4019933
Any body can help me out on this issue................
We are using JBPM for business work flow management.
In our application we are facing the below mentioned problem:
We have a one process attribute with Date type for the Super Process Instance. This value for this attribute is saved in the JBPM_VARIABLEINSTANCE table as DATEVALUE_ for the Super Process Instance. We require the same process attribute value to be propagated to the sub process instance. But this value is propagated as BYTEARRAYVALUE_ to the sub process instead of DATEVALUE_.
Please let me know how to copy the value as same DATEVALUE_ type.
Thanks,
Suresh
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4019930#4019930
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4019930
Hello.
I have a problem with spring delpoyer and isolated ear (classloading http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration ) in JBOSS.
I get this exception while getting datasources from jndi (defined in xxx-ds.xml in jboss) using JndiObjectFactoryBean:
org.springframework.beans.TypeMismatchException: Failed to convert property value of type [org.springframework.jndi.JndiObjectFactoryBean] to required type [javax.sql.DataSource] for property 'dataSource'; nested exception is java.lang.IllegalArgumentException: No matching editors or conversion strategy found])
Everything works if ear is not isolated. Any ideas how to resolve this problem?
I'm using Jboss 4.0.x and Spring 1.2.8
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4019920#4019920
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4019920