A container cannot import a chained property from any task that it contains, either directly or indirectly.
An opaque container cannot declare a chained property with a source task that is:
- Contained directly within the container
- Contained within another task contained within the container
Although no compiler warning or error will be generated, an execution error will occur because the chained property will not have a value when the container executes.
This behavior is by design in version 1.0 of Kivati. Future versions may address this issue.