Description
In xOpera version 0.7.0 the standard lifecycle interfaces are not working as expected in derived_from nodes. Let's say I have 2 node types derived from a parent node type. This 2 node types have different deployment steps but the undeployment process is the same, so I define the delete operation in the parent node type, but when I run opera undeploy nothing happens and the operation is not called.
This isn't a huge problem because the fix is very easy, but it was something that was working in previous versions and now doesn't work anymore.
Description
In xOpera version 0.7.0 the standard lifecycle interfaces are not working as expected in derived_from nodes. Let's say I have 2 node types derived from a parent node type. This 2 node types have different deployment steps but the undeployment process is the same, so I define the delete operation in the parent node type, but when I run
opera undeploynothing happens and the operation is not called.This isn't a huge problem because the fix is very easy, but it was something that was working in previous versions and now doesn't work anymore.