I use Activiti as BPMN 2.0 workflow manager. The Activiti modeler is a graphical user interface intended to use in the browser to model these processes.

I want to customize the editor interface in the following way:

  • removal of unneeded bpmn elements so that the UI shows only the relevant task types
  • disabling attributes for specific tasks so that the UI shows only the relevant ones
  • addition of new tasks with predefined attributes

I read something about Stencil Sets, but I am not sure if that fits to my requirements. Also there is tutorial in the User Guide for something similar when using the Activiti Designer which runs in Eclipse and not in the Browser: Extending Activiti Designer (it is marked as experimental though)

Are Stencil Sets the way to go and do they fulfill my requirements? Any pointers to the right direction?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

You should be able to achieve this if you checkout Signavio Core Components (on which Activiti Modeler is based), modify the sources and rebuild the web app.

http://code.google.com/p/signavio-core-components/

Information on building Signavio Core Components:

http://docs.codehaus.org/display/ACT/How+to+build+Activiti+Modeler+from+Signavio

link|improve this answer
Thanks for your answer. I'll look into it. – Alp Jun 30 '11 at 9:58
feedback

Looks like you are also looking for same thing for which I am.

You can check to below link where you can get some clues to modify stencils and one of part of your work will be done. http://forums.activiti.org/en/viewtopic.php?f=6&t=2715

But still I am looking for generating bpmn2.0 xml which can be derictly get executed to activiti. I will post again if able to produce it.

Thanks, Radhe...

link|improve this answer
Appreciating your initiative. Hope we will find a proper solution. – Alp Nov 30 '11 at 22:05
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.