Skip to content

Question: How should a Consumer specify which action to query? #43

Open
@benfrancis

Description

@benfrancis

In a queryaction operation, how should the Consumer specify which action to query?

  • It could set correlationID to the correlation ID of the invokeaction request, but then how should the response to the queryaction request be correlated with the queryaction response if there are multiple queryaction 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 the messageID or correlationID of the invokeaction request, so that a queryaction operation can have a separate correlationID for each queryaction request, and a response to a queryallactions operation only needs to contain one correlationID?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions