geron-cn / redmine_process_frameworks

To put Process Framework into practice as a plugin for redmine
http://202.202.11.125/pub_redmine/projects/framework
4 stars 4 forks source link

Example File. #3

Open bguzman21 opened 12 years ago

bguzman21 commented 12 years ago

I have process framework installed but am not quite sure how to create the code for the xml file needed. I was wondering if you had an example or test file I would use. Also when I try to create the process under admin, I cant choose version, issue or sub without generating errors upon activation. Thanks in advance

geron-cn commented 12 years ago
rake ProcessFramework:import_templates    # import the default Process Models  

the example are in lib/template/*.xml , (you can read the lib/tasks/import_templates.rake),

and under admin i have none error, i guess you hadn't run migrate command:

rake redmine:plugins:migrate   # install the plugin