Update Process Entry
Complete Process Entry
Authorizations
API Key or Token formatted as Bearer <YOUR_KEY_OR_TOKEN>
Path Parameters
Id for the process entry
Body
Manually mark the process entry as a pass.
Manual override of the cycle time for the process entry, in seconds.
Manual override of the upload_error flag. If is_complete is true, upload_error will be marked as false, indicating to Serial that the process entry has completed with no errors.
Response
A Process Entry object
Database id of the process entry.
Database id for the associated component instance
Database id for the associated process
Boolean representing the status of the process entry. May also be NULL (no data has been associated with this process entry). Will be TRUE if all data associated with the process entry is passing, and will be FALSE if at least 1 data associated with the entry is failing.
Boolean indicating the completion of the process entry. If the boolean upload_error is false, then the process has been completed with all necessary steps. If it is true, then either steps are missing or steps have missing data.
Timestamp when the process entry was last updated.
Optional Database id for the station where the process entry was recorded.
Optional database id for the operator who created the process entrty.
Revision of the process associated with the entry.
Measure of time between start of process entry and end of data gathering. Can also be manually supplied by users.
Database id for the user who overrode the passing state of this process entry.