Hi Guys
I want to speedup service provisioning workflow as much as possible and start to investigation of service provision workflow. I need to create Service for OpenStack instance provision and by log analysis I found that first executed clone_to_service state machine which execute CatalogItemInitialization which creates tasks for OpenStack instances provisioning.
I want to understand what states I can remove from clone_to_service and from CatalogInstanceInitialization to speedup service provision process.