How to Pass the value of a variable via external URL link in bonita .

1
0
-1

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.

1 answer

1
0
-1

How to send data from Bonitasoft to external URL link

There are two main options:

1) as parameters to the URL for example
http://mywebsite/mypage?greeting=hello&name=Seán

2) 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.

Notifications