Closed tpolecat closed 1 month ago
This adds a forReview bit to type Observation, which will be set to true after ITAC and must be set to false prior to execution. A validation error appears on observations where forReview = true.
forReview
type Observation
true
forReview = true
This adds a
forReview
bit totype Observation
, which will be set totrue
after ITAC and must be set to false prior to execution. A validation error appears on observations whereforReview = true
.