Continuously sending mail in run mode

Hi,

i have created status calculation workflow and sending mail at the last.
when i run in debug mode mail send only once which is correct but in run mode mail sends continuously without stop ,it stops only when i stop script manually.
i am confused about this behavior and my workflow is not even in any loop.
please help me to solve this ,i am attaching the workflow here
Status Cal.xaml (28.8 KB)

Hi @Mathkar_kunal,

I think you are calling it somewhere inside a loop.

Thanks for the reply .It got solved.
i just deleted respective invoked workflow and invoked again and got solved.
No, it was not in any loop.