Instead creating a token and then using the Wait For Event activity to listen for a BasicFR's OnEntry event, I am trying to implement an Event-Triggered Source to generate the token. However, I don't see how to call the receiveitem() function that is required for the BasicFR. The Wait For Event activity can call receiveitem() using the OnListenerInitialized trigger. I don't see the same capability with the Event-Triggered Source. I've tried to call receiveitem immediately afterwards as a Custom Code activity, but that did not work. Thanks.