Hi!, i would like to start a bonita process from my web page, how could i do this? thanks for advanced!
I would first review the following documentation.
and the following post might help.
i just review the bonita documentation , and i’m very confused , i created an login system to login in Bonita Api rest, and it work very well. Now my problem is :
In my php file i created a class where contain 4 functions , these functions are for using the 4 http methos : POST , GET ,PUT , DELETE.
I know how to implement the POST method , and it is functional , but when i implement the other methods it doesn’t work, this is the first question , and the second question is , how i start the process from my page personal , i just created an button and my idea is , when i click in the button y hope that my process start
i just review the bonita documentation , and i’m very confused , i created an login system to login in Bonita Api rest, and it work very well. Now my problem is :
In my php file i created a class where contain 4 functions , these functions are for using the 4 http methos : POST , GET ,PUT , DELETE.
I know how to implement the POST method , and it is functional , but when i implement the other methods it doesn’t work, this is the first question , and the second question is , how i start the process from my page personal , i just created an button and my idea is , when i click in the button y hope that my process start