How to create & start a subprocess?

cancel
Showing results for 
Search instead for 
Did you mean: 
vamsinipun
Established Member

How to create & start a subprocess?

Hi,

   I am using activiti in my spring web application and would like to create sub process then start a sub process. Is any reference available to this?

Thanks 

1 Reply
ryandawson
Alfresco Employee

Re: How to create & start a subprocess?

There is an example at spring.io which features a subprocess - it explains how to start the process (note that you don't need to program anything to start the subprocess specifically) and has a reference to source code in github Getting started with Activiti and Spring Boot . For designing the process you can use whatever editor/designer you usually use so long as it supports subprocesses. For example you could use the one in the v6 kickstart app available at Download Now | Activiti.org