cancel
Showing results for 
Search instead for 
Did you mean: 

Connecting to and from Activiti to external applications

rnair82
Champ in-the-making
Champ in-the-making
My application in PHP want to use activity for BPM.
I am planning to use the rest API to communicate to activiti from PHP application.
I need to use some custom logics in the PHP application during the execution of process.
what is the best way to communicate to PHP application from activiti?
2 REPLIES 2

jbarrez
Star Contributor
Star Contributor
Im not sure I'm following … but you said it yourself, use REST.
Activiti only understands Java or scripting (groovy, javascript, ..) as scripting language.

rnair82
Champ in-the-making
Champ in-the-making
Thank you.i will use REST to connect back to my application from activity