How to end thread in pega and pass control to external system with Connect-REST?
We have a situation where we want to run a POST out to an external system's service. This is with a Connect-REST rule. This service does not return any response. We essentially are passing off control to this other system. We would like to close the open work object and end any threads when we do the POST. Our concern is we do not want to accidentally leave any open threads hanging, waiting for a response from the POST. Does anyone have advice on how this can be done from the pega side?