@Sebastian: nice to see that people started downloading the jbpm 4.1 zip even if we haven't got an anouncement out yet ;-)
The current Signavio integration is very basic, but it will certainly evolve the next months.
Take a look at the jbpmeditor.war/WEB-INF/web.xml file. There is a
| <context-param>
|
| <description>Server URL (protocol://domain[:port])</description>
|
| <param-name>server</param-name>
|
| <param-value>http://localhost:8080</param-value>
|
| </context-param>
|
in there, which can be modified. If you change that param, the redirection to the JPDL editor will get you to the right domain.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4252838#4252838
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4252838
Hi,
About transitions, In websale example,
"Evaluate web order" task node have two transitions, one is "OK" and another one is "More info needed" but whenever we selecting "More info needed" it still follows with "OK". Why?
I m using 3.2.2, I changed the order of transition in source code of processdefinition.xml, then it is taking the path of the first transition, its not behaving as according to the transition name. It is just responding to one transition. I saw the jira, but not got the correct path.
If anybody solved this type of error then let me know.
Thanks
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4252836#4252836
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4252836
You can use the RemoteCommandExecutor for sure, but the downside of this solution is that you can't use the standard API's (executionService, taskService, etc).
The REST service offered by the console can be used, but it is by far not as powerful as the service API.
Imo, the easiest approach is constructing a ProcessEngine on Tomcat, where the jbpm config is pointing to the same DB as the one on JBoss.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4252829#4252829
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4252829