eclipse-kanto / container-management

container-management
Other
6 stars 10 forks source link

Container status is updated to dead after the container is deleted #157

Closed dimitar-dimitrow closed 1 year ago

dimitar-dimitrow commented 1 year ago

Upon a deletion of a container there are three ditto messages generated in the following order:

  1. About the deletion of the corresponding Container feature.
  2. Update of the installedDependencies in the Software Updatable feature.
  3. Status update of the Container feature to DEAD.

The status update must be before the deletion.