do you want to modify the code in order to add a new element in the set of tasks in the process editor or you just want to use a Service task with a java delegate class ?
booth ways should end with this type of service task definitions generated in the process definition.
How can we add Custom extensions to the process designer? i am able to see custom extension in eclipse designer but how can i add it to web based process designer so that users can use them? im using activiti 6 beta 2.
However, we haven't documented how to change this (plus all the dependent files). Our current focus is the v6 engine, it'll take a while until we get to the point where we'll document these things.
Yes, That is correct by using stencilset_bpmn.json have created custom component in Activiti palette and now that custom component is working fine for me.
Vasile,
Thanks for suggestion, actually we want a custom component which will do certain predefined task, so user need to just drag and drop the component from palette at design time and our code will support custom component at runtime, it's very useful for business user.