I am using Process Flow to create people as they arrive on buses. I am creating them at a Control Point in an AGV network so that I can use the collision avoidance features of the AGV paths. I have the Person "max speed" set in the Flowitem Bin, and each person has the correct speed in the Quick Properties, but the network is ignoring that, and using the speeds in the AGVNetwork Properties, which is for the buses.
I set up a second AGV Type for "DefaultPerson", but when the person is created it automatically becomes .agvType = 1 and it uses the first row. The same thing happens with the buses (which are also created in PF), so if I switch the DefaultPerson to the first row then all the buses travel too slowly.
I don't see anything see in the Process Flow "Create Person" activity to allow me to set the agvType, so how would I do that? (I looked into the "Create Object" activity and that does not have an obvious way to do it either.)