Hi i am using task queue for saving customer in customer entity. I am saving 10 customer into the customer entity using task queue. So Task in queue there are 10 customer. if due to some wrong inputs some 5 customer not saved in entity and 5 customer saved successfully in entity. so how can i inform these failed 5 customer information to client side.
Any help?
Thanks in advance