I am new to alfresco i created workflow process using eclipse acitiviti kickstart
in the workflow i need to pass value to external PHP application get response from PHP Application
append into workflow form is this possible? and how ?
Asked
Active
Viewed 76 times
0

JohnPaul
- 714
- 5
- 14
-
You could setup a java service task in you workflow and have it do a RESTful request to your php server ! – Younes Regaieg Apr 01 '16 at 10:19
-
Thanks , can you suggest some reference for the same – JohnPaul Apr 04 '16 at 11:59