Description
Currently, the ComposableNodeContainer and LoadNodeComponent actions can only accept normal node components from the front-end, which do not support auto-start.
Motivation
It would be really convenient to expose this to the XML and YAML front-ends
Design / Implementation Considerations
The normal lifecycle_node action has not been exposed yet, but #327 is designed to do this.
However, that PR was made before the autostart feature was created.
Additional Information
I can make the Pull Request (Working on it now)