This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
integrationqueue.status [2021/08/11 22:27] – created nebol | integrationqueue.status [2021/08/11 22:29] (current) – nebol | ||
---|---|---|---|
Line 1: | Line 1: | ||
==== IntegrationQueue.Status ==== | ==== IntegrationQueue.Status ==== | ||
+ | |||
+ | ---- | ||
1 = New | 1 = New | ||
This is a new item that has not been processed yet | This is a new item that has not been processed yet | ||
+ | |||
+ | ---- | ||
2 = Success | 2 = Success | ||
This was successfully processed, nothing more will be done | This was successfully processed, nothing more will be done | ||
+ | |||
+ | ---- | ||
3 = Error | 3 = Error | ||
There was an error, it will try again according to the RetryScheme of the integration | There was an error, it will try again according to the RetryScheme of the integration | ||
+ | |||
+ | ---- | ||
4 = Rejected | 4 = Rejected | ||
Line 17: | Line 25: | ||
It has been rejected completely, it will not try again (because it would just fail again) | 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 | This will never be accepted, there could be a permanent error in the data etc | ||
+ | |||
+ | ---- | ||
5 = GaveUp | 5 = GaveUp |