cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Pools

nabeloso
Champ in-the-making
Champ in-the-making
I am trying to excecute a simple process that have two pools, but after deployed it when I check my process list in Activiti Explorer a "Loading…" message keeps showing. On Tomcat´s console the folowing error apears:

20:07:07,986  ERROR [extensions.webscripts.AbstractRuntime] Exception from executeScript - redirecting to status templat
e error: 03280000 Wrapped Exception (with status template): No startFormHandler defined in process 'sid-9ffe8bab-fee8-4a
40-855a-4c26037e6638:1:712'
org.springframework.extensions.webscripts.WebScriptException: 03280000 Wrapped Exception (with status template): No startFormHandler defined in process 'sid-9ffe8bab-fee8-4a40-855a-4c26037e6638:1:712'
        at org.springframework.extensions.webscripts.AbstractWebScript.createStatusException(AbstractWebScript.java:742)
        at org.springframework.extensions.webscripts.DeclarativeWebScript.execute(DeclarativeWebScript.java:167)
        at org.springframework.extensions.webscripts.PresentationContainer.executeScript(PresentationContainer.java:69)
        at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:333)
        at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:189)
        at org.springframework.extensions.webscripts.servlet.WebScriptServlet.service(WebScriptServlet.java:118)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
        at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
        at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
        at java.lang.Thread.run(Thread.java:717)
Caused by: org.activiti.engine.ActivitiException: No startFormHandler defined in process 'sid-9ffe8bab-fee8-4a40-855a-4c
26037e6638:1:712'

Does the engine (activiti 5.4) supports the existance of multiple pools and messages flow between activities?

I am attaching the process definition.

Thanks!
3 REPLIES 3

jbarrez
Star Contributor
Star Contributor
No, Activiti does not support message flow. It surprises me that you get the process deployed even.

nabeloso
Champ in-the-making
Champ in-the-making
Thanks for the answer!

Due to the impossibility of sending messages, I assume that Activiti does not support the existence of two or more pools. Becouse, how the activities in each one would communicate?

Thanks again.

jbarrez
Star Contributor
Star Contributor
Currently, it simply ignores any pool you have. so you can have multiple pools, but the engine wont do anything with it.