Expected url for migration service method migrateProcessInstanceWithSubprocess is as the example below:
However, expected param "processInstanceId" is marked with annotation "@QueryParam", forcing to pass the "processInstanceId" in the query url as well. Instead, it should be "@PathParam"
In addition, we need to update the ProcessAdminClient java class to make use of these new methods (migrateProcessInstanceWithSubprocess).