cancel
Showing results for 
Search instead for 
Did you mean: 

@StartProcess annotation

davejenknz
Champ in-the-making
Champ in-the-making
I'm referencing the sample code from the latest MEAP release of Activiti in Action in regards to starting a process with annotations.

I'm using Activiti v5.8 and Spring v3.0.6.

It would appear that the @StartProcess annotation is having no effect. I can see the method being called, but no process is started.
    @StartProcess(processKey = "communityRegistration")
    public String lodgeRegistration(@ProcessVariable("request") final CommunityRegistrationRequest request) {

Is there some configuration option that needs to be set?

Dave

OK I've been doing this long enough to know better. There was perfectly adequate info in the User Guide.

Dave
1 REPLY 1

aduarte
Champ in-the-making
Champ in-the-making
Hi, I have exactly the same problem. It seems like you found a solution in the user guide that I didn't find.
Can you tell me more about it?
Thank you