Learn R Programming

recordr (version 1.0.3)

updateExecMeta: Update a single execution metadata object.

Description

UPdate an existing execution metadata entry with the values supplied.

Usage

updateExecMeta(recordr, ...)
"updateExecMeta"(recordr, executionId = as.character(NA), subject = as.character(NA), endTime = as.character(NA), errorMessage = as.character(NA), publishTime = as.character(NA), publishNodeId = as.character(NA), publishId = as.character(NA))

Arguments

recordr
A Recordr object
...
additional arguments
executionId
The execution id of the execution to be updated
subject
The authorized subject, i.e. from the client certificate.
endTime
The ending time of the exection.
errorMessage
An error message generated by the execution.
publishTime
The data and time that the execution was published
publishNodeId
The node identifier, e.g. "urn:node:testKNB" that the execution was published to.
publishId
The identifier that the execution was published with. In DataONE, this can be the identifier of the metadata object describing the datasets that were uploaded.

Details

Saved execution metadata is typically first stored when an execution begins, then updated at the end of a run (with error messages and ending time, for example). Also, excution can be updated when a run is published, with information about the publishing process.

See Also

ExecMetadata class description