==== IntegrationQueue.Status ==== ---- 1 = New This is a new item that has not been processed yet ---- 2 = Success This was successfully processed, nothing more will be done ---- 3 = Error There was an error, it will try again according to the RetryScheme of the integration ---- 4 = Rejected It has been rejected completely, it will not try again (because it would just fail again) This will never be accepted, there could be a permanent error in the data etc ---- 5 = GaveUp This status means that it has tried so many times, it is time to give up.