cancel
Showing results for 
Search instead for 
Did you mean: 

2 connections between task nodes possible

steve1
Champ on-the-rise
Champ on-the-rise
Hi,

This is my fault, but 2 connections between task nodes are possible, and I can't know if this task has two connections because the graphic shows only one connection, and no error indication.

If I run this process in engine, two same task is executed.

In case of the start node, it shows error indication if it has two connections.

I tested with user task and service task, and 2 concurrent path is possible between these tasks.

I attached diagram and unit test.

Should I file a jira issue for this?

Thanks.
4 REPLIES 4

trademak
Star Contributor
Star Contributor
Hi,

If you define two outgoing sequence flows to the same task then two task are created.
I think that's correct behavior. What would like to be changed?

Best regards,

steve1
Champ on-the-rise
Champ on-the-rise
Thank you for your reply.

I've read BPMN2.0 document, and found that activies can have multiple incoming and outgoing sequence flow.

So what I'm expecting is that there will be separate connections for each sequence flow  between task nodes if there are more than one sequence flow, so that users can understand there are multiple sequence flows.

Thanks.

trademak
Star Contributor
Star Contributor
Right, so the process diagram in the Activiti Explorer should show that there are multiple sequence flows do you mean?
That would certainly be a valid issue. Can you create a JIRA?

Best regards,

steve1
Champ on-the-rise
Champ on-the-rise
Hi,

Sorry for late response, but I was on another job.

Yes, I mean Activiti Explorer and Designer need to show separate connections per each sequence flow if there are multiple sequence flows.

I filed a jira issue: http://jira.codehaus.org/browse/ACT-1234

Thank you.