Human idle activation

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?

Hi

You can have a small pathway area located to this idle location and this pathway is connected (interface) to a Pathway Area sensor which detects whether a resource enters the pathway. This sensor has a boolean ResourceDetected signal:

Thank you #ahnu for the idea above. Somehow I have not achieved the expected result on this way, but I managed to “force” human to work by applying some prioritization rules.