cancel
Showing results for 
Search instead for 
Did you mean: 

Synchronous way to start a Process

ysomavan
Champ in-the-making
Champ in-the-making
Hi,
Want to know if there is any mechanisms which I can use to invoke a process deployed in the Activiti engine ?
So here is an use case for example say I have a deployed Activiti engine as an OSGI bundle in my container, and now I want to be able to use some mechanism which would expose Activiti Actions like Start ProcessSmiley TonguerocessName  and I am expecting this call to be a blocking call so that I know the out of the Action.

-Thanks
Yogesh


1 REPLY 1

trademak
Star Contributor
Star Contributor
I don't really understand the question. Via the RuntimeService interface you can start a new process instance and this is synchronous by default.

Best regards,