 Based on the provided data, here's a description of the processes involving different object types:

### Process for "Customer Order" Object Type
1. **Register Customer Order**: The customer order is registered in the system.
2. **Create Transport Document**: After registration, a transport document is created to handle the logistics of the customer order.
   - Frequency: 594 events for 594 objects
   - Duration: 329005.22 units (likely seconds or minutes)

### Process for "Transport Document" Object Type
1. **Create Transport Document**: This is the starting point, where the transport document is created from the customer order.
   - Frequency: 594 events for 594 objects
   - Duration: Already described above (329005.22 units)

2. **Book Vehicles**: The next step involves booking vehicles to transport the goods.
   - Frequency: 594 events for 594 objects
   - Duration: 22207.07 units

3. **Order Empty Containers**: After booking the vehicles, empty containers are ordered for the transportation process.
   - Frequency: 593 events for 593 objects
   - Duration: 43935.45 units

4. **Depart**: The vehicle departs with the loaded goods or containers.
   - Frequency: 561 events for 561 objects
   - Duration: 1007066.16 units
   - Additionally, there are loops where "Depart" happens multiple times for some objects (frequency = 142 for 160 objects), suggesting rescheduling or multiple departures.

5. **Reschedule Container**: Containers may need to be rescheduled due to logistical changes.
   - Frequency from "Order Empty Containers" -> "Reschedule Container": 13 events for 13 objects (Duration: 298469.31 units)
   - Loops within "Reschedule Container" itself: 2 events for 2 objects (Duration: 8635.50 units)
   - Transitions from "Depart" -> "Reschedule Container": 21 events for 20 objects (Duration: 255614.86 units)
   - Transitions from "Reschedule Container" -> "Depart": 33 events for 32 objects (Duration: 275189.97 units)

### Process for General Objects (Likely Material Handling)
1. **Load to Vehicle**: Goods are loaded onto the vehicle.
   - Transitions:
     - To "Weigh": Frequency = 449 events, Duration = 29836.64 units
     - To "Place in Stock": Frequency = 118 events, Duration = 637.42 units
     - Loops within itself: Frequency = 8 events, Duration = 2365.12 units
   - Transitions from other states:
     - From "Weigh" to "Load to Vehicle": Frequency = 185 events, Duration = 0.00 units (indicating no delay)

2. **Place in Stock**: Goods are placed into stock.
   - Transitions:
     - To "Bring to Loading Bay": Frequency = 445 events, Duration = 112600.53 units
     - Loops within itself: Frequency = 23 events, Duration = 469.57 units
   - Transitions from other states:
     - From "Load to Vehicle" to "Place in Stock": Frequency = 118 events, Duration = 637.42 units
     - From "Bring to Loading Bay" back to itself: Frequency = 0 (not explicitly listed but implied by loops)

3. **Bring to Loading Bay**: Goods are brought to the loading bay for further processing or dispatch.
   - Transitions:
     - To "Weigh": Frequency = 210 events, Duration = 6386.16 units
     - Loops within itself: Frequency = 4 events, Duration = 112295.00 units (for 2 objects)
   - Transitions from other states:
     - From "Place in Stock" to "Bring to Loading Bay": Frequency = 445 events, Duration = 112600.53 units

4. **Weigh**: Goods are weighed before loading onto the vehicle or placing into stock.
   - Transitions:
     - To "Load to Vehicle": Frequency = 185 events, Duration = 0.00 units (no delay)
     - Loops within itself: Not explicitly listed but implied by transitions back and forth
   - Transitions from other states:
     - From "Bring to Loading Bay" to "Weigh": Frequency = 210 events, Duration = 6386.16 units
     - From "Place in Stock" to "Load to Vehicle": Implicitly part of the process loop

### Summary
The processes described involve multiple steps of handling goods, from registering customer orders and creating transport documents, to booking vehicles, ordering containers, departing with goods, rescheduling when necessary, and various material handling activities like loading onto vehicles, placing into stock, bringing to the loading bay, and weighing. The duration values indicate the time spent on each activity or transition between states.