Http Response variable not available in next async task as process variable

Response of a HTTP task is not available in next asynchronous Service task as process variables.
The HTTP task is executed after another async service task.
Is there any workaround to achieve that?

Have you configured the http task to store the response as variable? If so, they are persisted and should be available in the next task. Can you share your http task configuration?

I guess I put save Transient Response to true, might be creatign the response .
Removing that it works fine.