-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ownership of resource unclear #58
Comments
I am not clear why a new This does not sound in line with tracking a resources across a flow, I would think that a new resource is created only when particular events are performed, such as produce if I remember correctly. |
To add clarity. Those are two separate issues:
|
I am experiencing a similar issue. When I perform a transfer from provider to receiver, In a simulation I’ve created a transfer event of a lot that contains a couple of medical gowns (tracking id’s are in the manifest in the note). { Now when I lookup the resource identified under “resourceInventoriedAs” (01FDV09AEM1QTFQ8EYBBPT67NP): { I would expect that the primaryAccountable is the hospital (OLVG) after the transfer, not clean lease a_tsc (the provider)… “You cannot do this since the provider is not accountable for the resource.” It seems to me that the agent is not updated to be the receiver after a transfer. |
Interested on this issue.
The first one, does not create new EconomicResources and should not change the ownership, but just decrease the available quantity. |
@vcuculo (and @sbocconi this helps answer your question above too about transfers creating a new resource)
There is an additional part of this definition. More info here https://valueflo.ws/introduction/resources.html#identification-and-behaviors-of-resources. (I know this wanders off topic of this specific issue, please ignore if not relevant to you.) |
Hello @fosterlynn, so in case a EconomicResource is of type This does not sound logical to me if we want to perform track and trace, because it looks as it is more difficult to connect different resources to the same object, but there might be reasons that escape me. Could you elaborate on it please? |
@sbocconi for authenticated track and trace the Reflow the UID is changing at every interaction, aggregating each agent and event and resource connected. The change of state however should not invalidate previous connections, its just that a new resource is created connected to its previous state. |
Hi @jaromil, and is this UID is different from the one reported by Is this UID more "internal" with respect to the id of |
@sbocconi yes and is not yet fully implemented yet, its the cryptography validator for track and trace once reflow is fully implemented and hopefully aligns with the logic of valueflows |
After transferring an
economicResource
to a newagent
using aneconomicEvent
a neweconomicResource
is created. However, the formeragent
still has editing capabilities over the neweconomicResource
.Could you confirm that the behaviour is correct?
The text was updated successfully, but these errors were encountered: