cancel
Showing results for 
Search instead for 
Did you mean: 

Start Process from a particular service task or id

adityamehta
Champ in-the-making
Champ in-the-making
Is there a way to start a process script from a particular service task? I don't want to start from the startEvent but rather from a serviceTask that I have defined afterwards? This would be useful in cases where there is a failure midway through the process that has been been resolved since and so it would be faster and more convenient to run from the node that it failed.
1 REPLY 1

hari
Star Contributor
Star Contributor
Hi Aditya,

You can use Call Activity in order to call a sub process from a main process. And also you can have an error boundary event defined on that.