Transition Requisition state to WITHDRAWN when Measurement is cancelled or failed #1739
Closed
3 tasks done
Labels
enhancement
New feature or request
If a
Measurement
is put into theCANCELLED
orFAILED
state by another actor, the CMMS public API provides no way for theDataProvider
to determine from theRequisition
resource that it can no longer be fulfilled. TheDataProvider
will get aFAILED_PRECONDITION
error when attempting to fulfill, but theRequisition
state will remainUNFULFILLED
.This is an API design flaw. The fix probably involves adding a new Requisition state to the public API.
The text was updated successfully, but these errors were encountered: