Question
2
Replies
918
Views
Posted: March 14, 2019
Last activity: March 15, 2019
Closed
Connect rest service asynchronously
I have requirement to send service request and do not wait for response. I tried run RunInParallell but it requires connect-wait to be used to wait parent requestor till child requestor finishes. Is there any way to not wait for child requestor with RunInParallel connector?
On putting 0 in connect-wait method gives the following error -
2019-03-14 23:19:16,458 [BTHREAD0, eon_id=932] [TABTHREAD0] [ ] [ DMT:01.01.01] ( internal.mgmt.Executable) ERROR crvpegadev1-frm.webfarm-dev.ms.com|144.14.185.194 ramshar - Exception
com.pega.pegarules.pub.PRRuntimeException: Couldn't queue batch activity for invoking Rule-Connect-REST in parallel; make sure you use the Connect-Wait method along with 'run in parallel'.