Identifying the transport status of the Participant Response #130
maheshkumargangula
started this conversation in
General
Replies: 1 comment
-
Perhaps we could address this issue by considering the introduction of a new status, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When an action API request comes to HCX Gateway, It will add the status as
request.queued
to audit (as transport status) and once the request is dispatched, the status will be updated torequest.dispatched
(as transport status). This helps us to understand the status of the request at HCX Gateway.But an on_action API request comes with status (
response.partial
,response.error
orresponse.complete
) to HCX Gateway and the same added to the audit. As the status will beresponse.partial
,response.error
orresponse.complete
, users cannot track and find whether the on_action API request isqueued
ordispatched
.Beta Was this translation helpful? Give feedback.
All reactions