Hello, VC community,
Can you advise me on triggering the idling human?
In short, the same human works on multiple tasks in a multiple-process group environment. The human is reserved for some ongoing tasks, and new product delivery for transportation is “ignored” to pick up once the human’s reservation is released.
The outcome: human goes to the “idle location,” and the new product, “TransportOut,” is pending for pickup.
Question: Is it possible to trigger the signal from the “Idle location” component so that once a human arrives at the “idle location,” the human triggers a signal to transport out a new product? The “Idle location” is not a process node, but theoretically, it is possible to create a signal for it.
Can the signal created by “Idle location” be used as "SendSignal" in combination with “WaitSignal”, and how can it be appropriately enabled?