Flow Designer is not executing as expectedIssue Flow Designer is not executing as expectedReleaseLondon Patch 2CauseThe user had 2,800 events pending which made it look as though Flow designer Action "Aperture Science TCIAL" was not working. In actuality, the events needed to process the above Action were created successfully.Rather, the real issue was that the event queue was backed up which prevented the processing of the event, and thus the execution of the Action.ResolutionWhen an Action is fired in Flow designer (like "Aperture Science TCIAL"), it creates an event to execute that job. The "flow.start" events get processed by the "Flow Engine Event Handler" job in the sys_trigger table.The problem is that while there were four of these "Flow Engine Event Handler" jobs in sys_trigger, all of them were in a state of "queued". They needed to instead be in a state of "ready". When the state of one of them was manually updated to "ready", the system immediately picked up the "flow.start" events and started processing them.The entire backlog of events is now clear, and it did not take much time at all. The issue, the why and how of this blockage, was due to the state being in "queued" rather than in "ready".After the backup was cleared, a secondary test was run to ensure that everything worked as expected - and it did. The "Aperture Science TCIAL" Action processed perfectly.