This would be simple using filter , switch and change node.
e.g.
[{"id":"1d88c4fe.66b62b","type":"inject","z":"b779de97.b1b46","name":"1","props":[{"p":"payload.progress","v":"1","vt":"num"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","x":220,"y":4020,"wires":[["779122e.80aca5c"]]},{"id":"779122e.80aca5c","type":"change","z":"b779de97.b1b46","name":"","rules":[{"t":"set","p":"payload.progress","pt":"msg","to":"payload.progress >= 98","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":460,"y":4020,"wires":[["76a0a2c8.3a55fc"]]},{"id":"96b6e747.44ec1","type":"inject","z":"b779de97.b1b46","name":"98","props":[{"p":"payload.progress","v":"98","vt":"num"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","x":230,"y":4060,"wires":[["779122e.80aca5c"]]},{"id":"de3c627.5bceaa","type":"inject","z":"b779de97.b1b46","name":"99","props":[{"p":"payload.progress","v":"99","vt":"num"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","x":210,"y":4100,"wires":[["779122e.80aca5c"]]},{"id":"76a0a2c8.3a55fc","type":"rbe","z":"b779de97.b1b46","name":"","func":"rbe","gap":"","start":"","inout":"out","septopics":true,"property":"payload.progress","x":550,"y":4060,"wires":[["72800bf2.7bb214"]]},{"id":"72800bf2.7bb214","type":"switch","z":"b779de97.b1b46","name":"","property":"payload.progress","propertyType":"msg","rules":[{"t":"true"}],"checkall":"true","repair":false,"outputs":1,"x":700,"y":4060,"wires":[["b1ee000d.6bb718"]]},{"id":"b1ee000d.6bb718","type":"change","z":"b779de97.b1b46","name":"","rules":[{"t":"set","p":"priority","pt":"msg","to":"0","tot":"str"},{"t":"set","p":"timestamp","pt":"msg","to":"","tot":"date"},{"t":"set","p":"topic","pt":"msg","to":"3D print finishing","tot":"str"},{"t":"set","p":"payload","pt":"msg","to":"Mars 2 Pro is about to finish the print job<br>-M2P server","tot":"str"},{"t":"set","p":"sound","pt":"msg","to":"magic","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":890,"y":4060,"wires":[["d147b3bb.224868"]]},{"id":"d147b3bb.224868","type":"debug","z":"b779de97.b1b46","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":640,"y":4120,"wires":[]}]