DeploymentInstance creation use version parsed from processDefinitionContent
com.alibaba.smart.framework.engine.service.command.impl.DefaultDeploymentCommandService#createDeployment .
But while updating DeploymentInstance, it ignored the version from processDefinitionContent, which break the consistency of version column of se_deployment_instance and the version in process_definition_content.
As with offline communication, it is not recommended to update the version when the process_definition is updated. The version filed should be unchangeable after created。
DeploymentInstance creation use version parsed from processDefinitionContent
com.alibaba.smart.framework.engine.service.command.impl.DefaultDeploymentCommandService#createDeployment
.But while updating DeploymentInstance, it ignored the version from processDefinitionContent, which break the consistency of version column of se_deployment_instance and the version in process_definition_content.