Is it possible to convert EPC model to a BPMN model with a script? I have very many EPC models that I would like to convert into BPMN model. It seems there should be a way to script this.
Each conversion takes a good amount of time so this essentially ties up a user with nothing other than waiting for conversions.
Any pointers on how to do this would be appreciated.
Thanks!
MR
Kiran Mourya on
Hi,
You can try copying models by using the model generation class.
By using the below provided function, you should be able to convert models in different type.
generateModelByModels ( Model[] models, String sName, int nModelType, Group group, ModelGenerationOptions options )