zetaops / zengine

BPMN workflow based framework with Tornado, Rabbit AMQP, advanced permissions, extensible scaffolding features and more
GNU General Public License v3.0
83 stars 22 forks source link

Upgrade to Camunda Modeller and namespace convertion #5288 #53

Closed zetaopsbot closed 8 years ago

zetaopsbot commented 8 years ago

New JavaScript based Camunda Modeller tool is much better than old Eclipse based one.

Instead of http://activiti.org/bpmn new version uses http://camunda.org/schema/1.0/bpmn as namespace for attributes, so we have to make corresponding changes in SpiffWorkflow's parser and all bpmn diagrams.

A simple "find/replace all" can be made on bpmn diagrams by devs who works on branches with it's own diagram.

All devs also should upgrade their SpiffWorkflow libraries to our latest repo version.

ulakbus

zengine

GH-231 : https://github.com/zetaops/ulakbus/issues/231