I have a Web application which is developed in codeigniter(PHP), Now we would like to make automation for some functionalities, I have Some UI pages developed in php, The questions is how to pass the value of some variables from bonita via external url link to the UI pages. now i’m using bonita 7.3.3 version.
Thanks in advance.
How to send data from Bonitasoft to external URL link
There are two main options:
- as parameters to the URL for example
http://mywebsite/mypage?greeting=hello&name=Seán
- as POST data in the request body
You will have to build these accordingly in your code.
regards
Seán
PS: As this reply offers an answer your question, and if you like it, please Mark UP and/or as Resolved.