Hello,
I have two agents.
A sequence generates an item and send it to the driver of agent1.
Before the driver execute the item I would like create a new item for the second driver according to the first item. and then I would like to send it to agent2 driver.
I need both driver to start together at the same time to push the signals to the interface according to the items.
hat is the right way to implement this?
Thanks