How can we do configure/modify process at runtime and perform instant process deployments

Is flowable allowed to do dynamic updates and how to handle existing and new process data information ?, on make changes to the process on the fly and getting them deployed right away and dynamically configuring values.

Currently, there is a low level command (SetProcessDefinitionVersionCmd) that is not exposed in the API (but can be used through the management service executeCommand method). Dedicated process migration is currently on the roadmap, work planned for 6.3.0 currently.