Please describe the problem you'd like to be solved.
A small detail noticed during code-review and testing. This creation event is created on package replication. Should it be replaced with information package creation as noted by the original dev in-line?
User's can observe this eventType by:
setting up replication for a storage location.
creating an AIP and storing it in that location.
downloading the replicated package's pointer file.
NB. really just logging this as part of an investigation to understand whether the code-path was used at all and how to generate the event. Turns out it is, but the question seems worth asking.
Additional context
Example output:
<mets:digiprovMD ID="digiprovMD_7" CREATED="2019-06-17T07:30:53">
<mets:mdWrap MDTYPE="PREMIS:EVENT">
<mets:xmlData>
<premis:event xmlns:premis="http://www.loc.gov/premis/v3" xsi:schemaLocation="http://www.loc.gov/premis/v3 http://www.loc.gov/standards/premis/v3/premis.xsd" version="3.0">
<premis:eventIdentifier>
<premis:eventIdentifierType>UUID</premis:eventIdentifierType>
<premis:eventIdentifierValue>9bf4fd3e-19a2-4c1f-b6ba-60c56465c670</premis:eventIdentifierValue>
</premis:eventIdentifier>
<premis:eventType>creation</premis:eventType>
<premis:eventDateTime>2019-06-17T07:30:52</premis:eventDateTime>
<premis:eventDetailInformation>
<premis:eventDetail>Creation of an Archival Information Package</premis:eventDetail>
</premis:eventDetailInformation>
<premis:eventOutcomeInformation>
<premis:eventOutcome>success</premis:eventOutcome>
<premis:eventOutcomeDetail>
<premis:eventOutcomeDetailNote>Created Archival Information Package (AIP) cc3af59b-af2d-4059-996e-05a8630043f1 by replicating previously created AIP 96968668-eebf-4643-a797-46126e3a9970</premis:eventOutcomeDetailNote>
</premis:eventOutcomeDetail>
</premis:eventOutcomeInformation>
<premis:linkingAgentIdentifier>
<premis:linkingAgentIdentifierType>preservation system</premis:linkingAgentIdentifierType>
<premis:linkingAgentIdentifierValue>Archivematica-Storage-Service-0.15.0</premis:linkingAgentIdentifierValue>
</premis:linkingAgentIdentifier>
</premis:event>
</mets:xmlData>
</mets:mdWrap>
</mets:digiprovMD>
For Artefactual use:
Please make sure these steps are taken before moving this issue from Review to Verified in Waffle:
All PRs related to this issue are properly linked 👍
All PRs related to this issue have been merged 👍
Test plan for this issue has been implemented and passed 👍
Documentation regarding this issue has been written and it has been added to the release notes, if needed 👍
Please describe the problem you'd like to be solved.
A small detail noticed during code-review and testing. This
creation
event is created on package replication. Should it be replaced withinformation package creation
as noted by the original dev in-line?User's can observe this eventType by:
NB. really just logging this as part of an investigation to understand whether the code-path was used at all and how to generate the event. Turns out it is, but the question seems worth asking.
Additional context
Example output:
For Artefactual use: Please make sure these steps are taken before moving this issue from Review to Verified in Waffle: