Hi
I'm facing some issues when executing an External API activity in a ACS workflow. After execution there is always following error message in the log file, however the API request will be transferred correctly:
Activity failed (reason: 'HTTP - 202').
Any ideas how this error can happen?
Regards
Roger
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Roger,
The 202 response indicates that the call was accepted for processing, but the processing had yet to complete. This would make sense given the situation where the transfer still occurs even though the error is thrown.
You will need to reach out to the receiving end of the call to see why it took so long to process the request.
Hi Roger,
The 202 response indicates that the call was accepted for processing, but the processing had yet to complete. This would make sense given the situation where the transfer still occurs even though the error is thrown.
You will need to reach out to the receiving end of the call to see why it took so long to process the request.
Hi Craig
Perfect, thanks for your clarifications!
Views
Replies
Total Likes
Views
Likes
Replies