Finish a node when an order is completed

Is possible to stop a node if the order is completed ?

(i dont want to checking order status before every step on the node)

it is for avoid many api calls for checking order status before sending every email or message for on hold and pending unpaid orders…

i want to reduce unecessary api calls to my site

You can only have one trigger per execution.
Not sure what you are trying to do here though. Why do you want to combind the 2 here?

Thanks

its only an example…

but i can take the complete order signal from the same execution, but exists a way to stop the entire workflow for the user what completed the order?

it is for reduce the api calls from checking the order status before every step in pending orders,

Still not sure what u are doing.
But you can probably simply trigger a flow everytime the status of the order changes and then do something with that. Then you do not have to keep checking the status.