-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Feature Request
Currently as per state machine diagram, when a transfer process is in a SUSPENDED
state either the consumer or the provider can send the start message for starting again the transfer process.
but in here only the provider is mentioned as the sender for the TransferStartMessage
.
If the consumer is allowed to restart a transfer, in some scenario the provider, upon receiving a start message from the consumer, might need to transmit additional information about the restarted process like a new dataAddress
. But I'm not sure if this is doable with the current state diagram
Which Areas Would Be Affected?
e.g., data offering, policy negotiation, data transfer, etc.
Type: normative
/ non-normative
<-- please specify the affected scope
Why Is the Feature Desired?
Are there any requirements?
Solution Proposal
If possible, provide a (brief!) solution proposal.