Hi All If i get a error in workflow action script ...
# suiteflow
s
Hi All If i get a error in workflow action script then how can i terminate the worflow or state Can anyone help me
t
This thread has a discussion that covers multiple scenarios, at least one of which I believe will be applicable to your situation https://netsuitehub.com/forums/topic/how-to-exit-a-button-workflow-state/
s
Thankyou but it didnt helped me
Actually i want to exit workflow immediately from action script whenever my script returns any error
m
Have you tried a try catch on the workflow action script? That will "Stop" the script with any issues from it
s
Hi Mike Thank you i will try it