The only issue see with your flow is the button node will block the inject and http in nodes, unless you check If msg arrives on input, emulate a button click:
in the button node.
e.g.
[{"id":"2dbe35ba30bcfef6","type":"ui_button","z":"d1395164b4eec73e","name":"","group":"fb05ea75.c1a778","order":6,"width":0,"height":0,"passthru":true,"label":"Power-cycle iLok","tooltip":"","color":"","bgcolor":"green","className":"","icon":"fa-usb","payload":"true","payloadType":"bool","topic":"topic","topicType":"msg","x":350,"y":7260,"wires":[["3d1b6ef4d7ba8e6d"]]},{"id":"113816ef2faa5043","type":"inject","z":"d1395164b4eec73e","name":"Power-cycle iLok","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":160,"y":7260,"wires":[["2dbe35ba30bcfef6"]]},{"id":"e4275e0f2fbff120","type":"http in","z":"d1395164b4eec73e","name":"power-cycle ilok","url":"/ilok","method":"get","upload":false,"swaggerDoc":"","x":160,"y":7300,"wires":[["2a6a3c90fcd33d27","2dbe35ba30bcfef6"]]},{"id":"3d1b6ef4d7ba8e6d","type":"trigger","z":"d1395164b4eec73e","name":"","op1":"0","op2":"1","op1type":"str","op2type":"str","duration":"2","extend":false,"overrideDelay":false,"units":"s","reset":"","bytopic":"all","topic":"topic","outputs":1,"x":520,"y":7260,"wires":[["643470bdb779d894"]]},{"id":"2a6a3c90fcd33d27","type":"http response","z":"d1395164b4eec73e","name":"","statusCode":"","headers":{},"x":310,"y":7300,"wires":[]},{"id":"643470bdb779d894","type":"debug","z":"d1395164b4eec73e","name":"debug 2489","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":630,"y":7300,"wires":[]},{"id":"fb05ea75.c1a778","type":"ui_group","name":"System Information","tab":"6513d922.c36558","order":1,"disp":true,"width":"6","collapse":false},{"id":"6513d922.c36558","type":"ui_tab","name":"Raspberry Pi Control Centre","icon":"dashboard","order":1,"disabled":false,"hidden":false}]
Or wire the http in node after the button node.