Implement Activity Modeller

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2016 10:01 AM
Hello,
I want to create activity modeler in my application code , like create/design a process , generate .bpmn file out of that process and execute it.
Could you please let me know how can i achieve this ? would it be possible in Activity ?
Thanks
I want to create activity modeler in my application code , like create/design a process , generate .bpmn file out of that process and execute it.
Could you please let me know how can i achieve this ? would it be possible in Activity ?
Thanks
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2016 12:40 PM
Hi,
There is the "Activiti Modeler" component of Activiti which is no longer actively developed but offers an - imho - great base for a modeler (I’m still sad about the discontinuation). Check it out using the activiti-explorer (processes / model workspace / new model). It’s fully integrated into the application (model / deploy / start) – as you intend .
If you feel the urge to create something on your own (perhaps because of the license) – you need to
a) Select / Create a graph modeling environment (check Raphael, JointJS, GoJS and many more)
b) Create a BPMN Modeler on top of the framework (some frameworks, e.g. JointJS, offer pre-made BPMN modeling on different maturity levels)
c) Reuse / Create a transformation pipeline that converts the graph to an actual BPMN-XML.
To answer your question: yes, you can achieve this with Activiti. Doing it from scratch is quite some work…
Best regards
Thomas
There is the "Activiti Modeler" component of Activiti which is no longer actively developed but offers an - imho - great base for a modeler (I’m still sad about the discontinuation). Check it out using the activiti-explorer (processes / model workspace / new model). It’s fully integrated into the application (model / deploy / start) – as you intend .
If you feel the urge to create something on your own (perhaps because of the license) – you need to
a) Select / Create a graph modeling environment (check Raphael, JointJS, GoJS and many more)
b) Create a BPMN Modeler on top of the framework (some frameworks, e.g. JointJS, offer pre-made BPMN modeling on different maturity levels)
c) Reuse / Create a transformation pipeline that converts the graph to an actual BPMN-XML.
To answer your question: yes, you can achieve this with Activiti. Doing it from scratch is quite some work…
Best regards
Thomas
