Form enum values

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2016 07:45 AM
Hello,
I have an Activiti deployment with form enum properties. One of these properties is for countries, I would like to add new countries without redeployment (I have already 7 versions of this deployment).
How can I do ?
Thanks
Jean-Pascal
I have an Activiti deployment with form enum properties. One of these properties is for countries, I would like to add new countries without redeployment (I have already 7 versions of this deployment).
How can I do ?
Thanks
Jean-Pascal
Labels:
- Labels:
-
Archive
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2016 03:20 AM
Hi Jean-Pascal,
The DynamicBpmnService would be an interesting way to allow for form enum values to be updated dynamically. We do have support for updating service task class names, user task assignment and a couple more options already. But right now you can only redeploy the process. You could also use an expression to resolve the countries from a database table via some Java logic as well.
Best regards,
The DynamicBpmnService would be an interesting way to allow for form enum values to be updated dynamically. We do have support for updating service task class names, user task assignment and a couple more options already. But right now you can only redeploy the process. You could also use an expression to resolve the countries from a database table via some Java logic as well.
Best regards,

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2016 05:17 AM
Hi Tijs,
Can I redeploy the process and modify table ACT_RE_PROCDEF to delete the previous deployment and update new deployment row with ID_, VERSION_ and DEPLOYMENT_ID_
I have noticed a field called REV_. So is it possible to redeploy the same process with a new revision ?
Thanks
JP
Can I redeploy the process and modify table ACT_RE_PROCDEF to delete the previous deployment and update new deployment row with ID_, VERSION_ and DEPLOYMENT_ID_
I have noticed a field called REV_. So is it possible to redeploy the same process with a new revision ?
Thanks
JP
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2016 10:25 AM
No, when you redeploy, there will always be a new row created.
