My query is specific to OSM application. When an order is created in OSM and the orchestration plan
My query is specific to OSM application. When an order is created in OSM and the orchestration plan is generated, a series of components start executing. Each component follows a life cycle : Created, Started, Completed. i need to understand the logic behind transition from 'Created' to 'Started'. In some cases(mostly during supplements), I have observed that if there is a new component getting added, it gets stuck at 'Created' state and never transitions to 'Started' state. Any clarification will be really helpful.