Hi all, Activiti is a BMPN tool.Does it allow us to parse any XML or flat files or Excel files etc and insert the data from these files to databse?
Currently we developed all the code using JCAPS.It has all the parsers and external adaptors to connect to external systems.In case if we want to migrate from JCAPS to activiti, will that be possible?Please advice.
Currently, we don't have an activity that allows to read/parse xml/excel. However, that's just a matter of implementing one interface and there you go. Check the Java Service Task.