connect_return_loop
Creates a return loop between the last and first workstations, specifying delay and time unit for item return.
Instructions
Create return loop from last workstation back to first.
Prefer add_conveyor_line which creates return loop automatically.
Args: last_workstation_name: Last workstation name first_workstation_name: First workstation name return_delay: Time to return in time_unit (default: 5.0) time_unit: Unit for time values — "s", "min", "h", or "d" (days)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| last_workstation_name | Yes | ||
| first_workstation_name | Yes | ||
| return_delay | No | ||
| time_unit | No | s |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |