You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add method for getting a TransferProcess to the TransferProcessProtocolService. The method should take a ClaimToken as parameter and verify that the requesting participant is involved in the requested TransferProcess.
Using this method, the GET endpoint on the dsp transfer process controller can be implemented.
Which Areas Would Be Affected?
spi, core, dsp
Why Is the Feature Desired?
to support the protocol specification
The text was updated successfully, but these errors were encountered:
Feature Request
Add method for getting a
TransferProcess
to theTransferProcessProtocolService
. The method should take aClaimToken
as parameter and verify that the requesting participant is involved in the requestedTransferProcess
.Using this method, the GET endpoint on the dsp transfer process controller can be implemented.
Which Areas Would Be Affected?
spi, core, dsp
Why Is the Feature Desired?
to support the protocol specification
The text was updated successfully, but these errors were encountered: