cancel
Showing results for 
Search instead for 
Did you mean: 

data import, XML and others

marad9016
Champ in-the-making
Champ in-the-making
Hi,

1) Is there a way to import data into activiti? I mean non-programaticly,  normal user.
Users, their roles, processes (other BPMs too) etc. What other things can be imported? How it can be done?
1a) from XML
1b) from other databases
1c) from other surces (and please specify that sources)

2) If above cannot be done simple way, by normal user could you tell me if there is a ready way to do it programaticly?
1 REPLY 1

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,

User can import "data" (users, groups,…, processes) manually in activiti-explorer (demo app. to show activiti features).
Activiti-exloprer import data at start up (see org.activiti.explorer.demo.DemoDataGenerator - one way how to import data programatically). You can import data from other DBs - (db dumps).

Regards
Martin