Hello for some reason i want to create a flowitem OnEntering event, and then i can get this event to fire the "Wait for Event" activeity in pf moduel. which listen to the flowitem OnEntering event, and in the cppfunction in the library i found the standard create event function like FIRE_SDT_EVENT(onEntryTrigger, item, port, v_nroftransportsin, v_nroftransportsout); but i found it works well only for the fixresource object event, I could't find a sample about how to create a flowitem event like OnEntering. Any advices are appreciated!