HI,
We are rebuilding our applications in Activiti from IBM Webspher Process Server(WPS),
In WPS, we implemented latebinding and versioning mechanism (i.e application valid through date) to deploy multiple verisons in server
and not to get exisiting instances affected for our processes. I want to know is there any way to implement similar kind of logic in Activiti.
Please help me out in it.
NB: we added .BPMN files in a jar, and we created dynamic web project and added that jar file in it and created an EAR file from dynamic web project, we deployed that ear file in WAS server.