Flow is in "waiting" state even though approval or wait for condition has been satisfiedDescriptionIn some cases, you may find a flow is unexpectedly stuck in the "waiting" state even though: The approvals generated by the "ask for approval" action have been updated to "approved", "rejected", etc.The wait for condition has been satisfiedRelease or EnvironmentOrlando Patch 6 and beyondInstructionsCopy the sys_flow_context record sys_id from the context record and run the following script in Scripts - Background: sn_fd.FlowAPI.nudgeFlow('<sys_flow_context.sys_id>', 1); Where "1" is the amount of time the system should wait before nudging the Flow, in seconds.Additional InformationnudgeFlow() was introduced as a fix for PRB1381036 Flow Designer nudge API call should also handle stalled approvals