Discussion:
[jboss-user] [jBPM] - jbpm 5.4 pools and lanes support
Guillermo L
2013-05-30 16:44:02 UTC
Permalink
Guillermo L [https://community.jboss.org/people/gmlopezdev] created the discussion

"jbpm 5.4 pools and lanes support"

To view the discussion, visit: https://community.jboss.org/message/820458#820458

--------------------------------------------------------------
It is my understanding that jpbm support just single pool hence we should be able to create lanes within it.

I've tried to execute a very simple process with a single pool, one lane, a start node, script task and end node but got the following error messages:

[-1,-1]: Process 'test' [test]: Process has no start node.
[-1,-1]: Process 'test' [test]: Process has no start node.
[-1,-1]: Process 'test' [test]: Process has no end node.

Am I doing something wrong or is there any workaround for this issue?

Thanks for your help!
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/820458#820458]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Guillermo L
2013-06-04 01:46:23 UTC
Permalink
Guillermo L [https://community.jboss.org/people/gmlopezdev] created the discussion

"Re: jbpm 5.4 pools and lanes support"

To view the discussion, visit: https://community.jboss.org/message/821126#821126

--------------------------------------------------------------
As per my tests pools are not supported. jBPM supports dropping multiple lanes within a process but it does not currently support pools. There's another discussion closely related to this one https://community.jboss.org/message/821108#821108 here.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/821126#821126]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Thomas Setiabudi
2013-06-04 02:19:58 UTC
Permalink
Thomas Setiabudi [https://community.jboss.org/people/thomas.setiabudi] created the discussion

"Re: jbpm 5.4 pools and lanes support"

To view the discussion, visit: https://community.jboss.org/message/821127#821127

--------------------------------------------------------------
Hi Guillermo L,

I am not sure about your question about pools and lanes, but the error that you got like:

[-1,-1]: Process 'test' [test]: Process has no start node.
[-1,-1]: Process 'test' [test]: Process has no start node.
[-1,-1]: Process 'test' [test]: Process has no end node.

May be caused by not adding start node and end node properly,
The solution can be to add start node & end node, Or make the process definition ad hoc by adding attribute to process tag ( tns:adHoc="true")


Regards,
Thomas Setiabudi
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/821127#821127]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Guillermo L
2013-06-04 02:30:03 UTC
Permalink
Guillermo L [https://community.jboss.org/people/gmlopezdev] created the discussion

"Re: jbpm 5.4 pools and lanes support"

To view the discussion, visit: https://community.jboss.org/message/821129#821129

--------------------------------------------------------------
Well, I got this error after trying to execute a simple process composed by one pool, one lane within it, a start node, an script task and an end node within the same lane. If I remove the pool no error is thrown so my guess is that pools are not supported at all. Furthermore there's some not that clear documentation which states that pools are not supported. Just lanes. The start and end node are already there. I didn't try adding the attribute you mentioned.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/821129#821129]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Ashish T
2013-06-06 11:42:40 UTC
Permalink
Ashish T [https://community.jboss.org/people/ashpcs] created the discussion

"Re: jbpm 5.4 pools and lanes support"

To view the discussion, visit: https://community.jboss.org/message/821683#821683

--------------------------------------------------------------
Hi https://community.jboss.org/people/gmlopezdev Guillermo,

Can you please share your BPMN file? It is a sample file but would be helpful in finding any minor error if present.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/821683#821683]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Loading...