cancel
Showing results for 
Search instead for 
Did you mean: 

Swimlanes deploy

goodboy
Champ in-the-making
Champ in-the-making
Hi there,

i'm having a problem in deploying of a process with poolanes Smiley Sad
It's giving the following error:

Invalid destination 'exclusivegateway1' of sequence flow 'flow2'

My question is how can i change my process xml to be correctly deployed? I'm used the Eclipse Designer. Is there a way to design the process in other place so it can be deployed by Activiti?

the process XML is in attach.

Thanks.

4 REPLIES 4

frederikherema1
Star Contributor
Star Contributor
Activiti does not support cross-process sequence-flows… It seems that your process contains two different processes

goodboy
Champ in-the-making
Champ in-the-making
Yes, i have 3 process because there are 3 pool's.

So is there a way so i can do something like that? have two pool's communicating between Tasks?
Because i need to have a candidate group assigned to each pool.

How about transform the process pool's into lanes?

The use case is like this:
Some user in UserGroupA fills an form and submit it for evaluation (auditing) then the auditor(Auditors pool) checks if is OK and submit the answer to an supervisor(Supervisors pool) that verifies the information and ends the process.

frederikherema1
Star Contributor
Star Contributor
Use the activiti:candidate and related attributes (or BPMN-conterparts) in the XML to specify the assignee/candidates. Lanes and pools DO NOT impact assignee/candidates on contained user-tasks.

goodboy
Champ in-the-making
Champ in-the-making
Hi frederik,

yes i know that Lanes and pools don't impact assignee/candidates Smiley Happy , is required to propagate the assignee to tasks.

I will try using the cadidateuser and candidategroup attributes on lane xml tag.

thanks for the tip, frederik