I have a flow service which is having 10 lines of code. I am calling another service in 5th line. Without disabling, how to skip the 5th line execution. Is there any property or any option?
Do you have any conditions or checks, if so use Branch with a sequence which does nothing.
Also you can use exit if you are having Parents/childs or a loop in your code.
Let me know if this works for you...
Leave a Reply
Guest User
Not sure what solution is right for you?
Choose the right one for you.
Get the help of the experts and find a solution that best suits your needs.
guruprasad
Hi,
I have a flow service which is having 10 lines of code. I am calling another service in 5th line. Without disabling, how to skip the 5th line execution. Is there any property or any option?
Thanks,
Guru
Hawk
Do you have any conditions or checks, if so use Branch with a sequence which does nothing.
Also you can use exit if you are having Parents/childs or a loop in your code.
Let me know if this works for you...