| 2441 | 🙂 | Suggestion | It would be really nice if we could query the production/work status of a component from a Behavior, and flow based on that. As an example, I have production behaviors that check for a signal to determine whether to activate production. I didn't have a problem prior to using drones: the transporters didn't have a delay in delivery. With drones, inevitably the shutdown logic occurs between when the drone departs and when it arrives and results in a cancelled order. There's no apparent way to determine whether the builder component (Fabricator, Assembler, etc) is actively working, so when the behavior shuts down production, I get a massive spam of "Order Cancelled" warnings. Ideally, I would be able to check the "work status" of the component and defer the rest of the logic to shut down production until after the component finishes working, thereby avoiding the cancelled order. |  | 2023-09-17 06:10:04 |