Project

General

Profile

Defect #1884

Updated by Ondřej Kopr over 4 years ago

Please prevent executed delete provisoning when exists some operation in created state. This will probably little issue for implementation, because created operation isn't probably committed. 


 Use case: 
 # In IdM exists identity with expired contract, 
 # expired contract was processed by HrEndProcess, 
 # Hr process create one update event (identity changed state false => true), 
 # Hr process also create next provisioning operation (roles from identity was removed), 
 # Remove role created DELETE operation for end system (this is executed synchronously), 
 # After remove role still exists update operation in created state with connection to non exists system entity 


 Affected version: 9.7.0 9.7.6

Back