Open
Description
In a queryaction
operation, how should the Consumer specify which action to query?
- It could set
correlationID
to the correlation ID of theinvokeaction
request, but then how should the response to thequeryaction
request be correlated with thequeryaction
response if there are multiplequeryaction
requests? - Is it OK for the response to a
queryallactions
request to contain multiple correlation IDs to correspond to each action whose status is being reported? - Is there maybe a need for a separate
actionRequestID
member which corresponds to themessageID
orcorrelationID
of theinvokeaction
request, so that aqueryaction
operation can have a separatecorrelationID
for eachqueryaction
request, and a response to aqueryallactions
operation only needs to contain onecorrelationID
?