cancel
Showing results for 
Search instead for 
Did you mean: 

isExecutable causing issues on deployment to Activity-Explorer

sonam
Champ in-the-making
Champ in-the-making
I have a BPM process with this for the process " isExecutable="false" ".  On deployment of the bar file this causes issues on activity-explorer.  So when I removed the attribute from the process it just works. 

However, if I modify the bpm process in designer it adds the attribute back in.  Is this a bug in explorer that it can't deal with the attribute?

I have activiti-5.16.3 with Activity Design (Eclipse plugin) "Activiti Eclipse BPMN 2.0 Designer   5.15.0.201407081458"

thanks
4 REPLIES 4

jbarrez
Star Contributor
Star Contributor
Hmmm, it should for sure be isExecutable=true to be able to run and deploy the process.

So you're saying that the default Eclipse plugin generates the attribute wrong?

sonam
Champ in-the-making
Champ in-the-making
I have been following the tutorials from the Activiti-in-Action book and upon saving the bpm file from Eclipse-plugin (Designer) it is always set to false value. 

jbarrez
Star Contributor
Star Contributor
Are you sure you are using the latest version?

I tried it here: downloaded a new Eclipse + installed latest version. And a new process always gets 'true' for isExecutable here.

sonam
Champ in-the-making
Champ in-the-making
ok,  I will try again if I can get back to it later after finishing the book.

thanks