By Default the https is blocked for the rest calls can you share how to configure the ssl trustore so the app can run fine and make the calls. http works fine for me but not https. Someone is talking about wildfly truststore to be added for https calls.
Hi thank you for this great tutorial I'm trying to add headers parameter(in the properties in the modeler) with value cookie=value1; But it doesn't seem that my rest task is taking it in consideration . Thank you
Hi Firas, I tried the example and try to pass Headers to the rest wih -> org.jbpm.process.workitem.rest.RESTWorkItemHandler() workdefinition param :::::name->Headers Data Type -> String and Source->var=aaaaa,var2=bbbb the service was able to read the header and processed successfully Please let me know if this helps you Regards, kietutorials
Hi, how to pass username and password or basic authentication to the REST API? I added username and password in the data assignments component. But it's giving Authorization has been denied error.
This is the only video that shows how to use the Rest Task in jbpm in a simple way. Thanks a lot my friend!
Very informative videos, great job
Good one
Excelente
By Default the https is blocked for the rest calls can you share how to configure the ssl trustore so the app can run fine and make the calls. http works fine for me but not https. Someone is talking about wildfly truststore to be added for https calls.
How can we make post request. Please make one more video on that.
Hi thank you for this great tutorial
I'm trying to add headers parameter(in the properties in the modeler) with value cookie=value1; But it doesn't seem that my rest task is taking it in consideration . Thank you
Hi Firas,
I tried the example and try to pass Headers to the rest wih -> org.jbpm.process.workitem.rest.RESTWorkItemHandler()
workdefinition param :::::name->Headers Data Type -> String and Source->var=aaaaa,var2=bbbb
the service was able to read the header and processed successfully
Please let me know if this helps you
Regards,
kietutorials
Hi, how to pass username and password or basic authentication to the REST API? I added username and password in the data assignments component. But it's giving Authorization has been denied error.
Can you show how to map this rest call object to the data object
I also want to know this. please.
Hi, would you have script to use Runtime? And if possible how to initialize ProcessServiceBase and RuntimeDataServiceBase. Thanks,
If I want to parse the JSON, then how I can do it?
Ità possible to configure timed retry for failure of the API ?
Yes you can configure intermediate timer event after failure of Api and gateway has to decide weather to wait or proceed further
How can i make a https call
iam getting Error updating release id on container
Naresh please share the error log
How to make a post call
Did you get help on this?
@@kasomafredrick2223 no
@@kasomafredrick2223 but I know how to make a Post call
@@nsathya13 I'm struggling with managing the response which is a custom class..
{
"message": "Saved Successfully",
"response": true
}
kindly help me on that..