cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Service Tasks

christianelmer
Champ in-the-making
Champ in-the-making
Hello,

We have a framework project with components which should executes in business processes. For this task I use the Activiti Engine inside this framwork and use the eclipse designer plugin to model the business processes. These processes has only Service Tasks and one Receive Task, where I get a java object from the Delegate Execution, between the start and end task.

Now I would simplify the process modelling.I want to have a list of "custom service tasks", with a name and a full qualified class name. In first hand the developer should create custom service classes and in the other hand the user can just drag and drop this service tasks to the processes and he doesn't have to know the package and/or class name of this components.

Is the implementation of this feature possible and if yes how and in which component (designer, emf, graphiti, etc)? Can't anyone give me a few hints?

Thanks a lot,
Christian

EDIT: Wrong main topic. Smiley Surprisedops: Please can you move this topic to Activiti Designer.
2 REPLIES 2

ronald_van_kuij
Champ on-the-rise
Champ on-the-rise
Christian,

I think what you want is already possible and described in the docs…. http://www.activiti.org/userguide/index.html#N11C9D

christianelmer
Champ in-the-making
Champ in-the-making
Thank you Ronald, I think that is exactly what I need.