Event created by gs.eventQueue() method doesn't trigger a flow.Issue Flow trigger condition triggers the flow if the event is created or updated on [sysevent_table]. Event records are created by gs.eventQueue() method doesn't start a flow.ReleaseAll releasesCauseExpected behaviorResolutiongs.eventQueue() method is part of the GlideSystem server-side API which doesn't start a flow if the event record is created by this method. So, the alternative here is to use an API that directly calls the flow.Related Links Documentation to call flow API https://developer.servicenow.com/dev.do#!/reference/api/orlando/server/sn_fd-namespace/ScriptableFlowAPI