@Sandeep_Yalamarthi you’re storing the payload as json string in the process variable. But the payload size exceeds varchar(4000), so it fails with exception was aborted: ERROR: value too long for type character varying(4000) Call getNextException to see other errors in the batch.
Alternatively, you can store this payload as an object.