eclipse-tractusx / knowledge-agents-edc

EDC Extensions for CX-0084 (Federated Queries In Data Spaces)
Apache License 2.0
1 stars 4 forks source link

Bug: Race Condition when invoking remote graph/skill assets. #145

Closed drcgjung closed 9 months ago

drcgjung commented 11 months ago

As-Is

Since the 0.5 changes in TX-EDC regarding the endpoint data reference callbacks, there is the possibility that a transfer request is finished (and hence callback is invoked) before the actual transfer process state has been investigated and registered.

As-Should

Between starting of the transfer request and receiving the callback, a registration of the transfer process must be ensured.