pub const DELETE_WAITPOINTS_BY_EXEC_SQL: &str = "DELETE FROM ff_waitpoint_pending \ WHERE partition_key = ?1 AND execution_id = ?2";
Delete every waitpoint row for a resolved execution.