How to Nudge a flowSummaryThis article explains how to manually resume a flow stuck in a "Waiting" or "Queued" state by using the sn_fd.FlowAPI.nudgeFlow() script with the flow context ID.InstructionsNote: Prior to San Diego, this API is for "wait for condition"/approvals, but doesn't work for timers. In San Diego, we added support for timers. Copy 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.