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
BramKn
March 26, 2025, 9:05pm
2
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,
BramKn
March 27, 2025, 4:32am
4
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.