cancel
Showing results for 
Search instead for 
Did you mean: 

in activiti, model table has field DEPLOYMENT_ID_, and when repositoryService create model query, it can be filter with deploymentid, but how can a model associate with a deployment? Thank you

shangqiwen
Champ in-the-making
Champ in-the-making

in activiti, model table has field DEPLOYMENT_ID_, and when repositoryService create model query, it can be filter with deploymentid, but how can a model associate with a deployment?

  Thank you

1 ACCEPTED ANSWER

gdharley
Elite Collaborator
Elite Collaborator

As far as I know, the DEPLOYMENT_ID_ column in the ACT_RE_MODEL table is unused.

Neither the REST API nor the VAADIN based activiti explorer application use it. 
To add to that, the new version 6 engine (still in beta) use an Angular based UI which makes use of the REST API, therefore once again, the deployment id column in the model table will not be used.

Hope this helps,

Greg

View answer in original post

3 REPLIES 3

gdharley
Elite Collaborator
Elite Collaborator

As far as I know, the DEPLOYMENT_ID_ column in the ACT_RE_MODEL table is unused.

Neither the REST API nor the VAADIN based activiti explorer application use it. 
To add to that, the new version 6 engine (still in beta) use an Angular based UI which makes use of the REST API, therefore once again, the deployment id column in the model table will not be used.

Hope this helps,

Greg

shangqiwen
Champ in-the-making
Champ in-the-making

OK, I see.

Thank you so much for your kindly reply!

vasile_dirla
Star Contributor
Star Contributor

Hi,

Here you can find more details about deployments:

Activiti User Guide (chapter 6)