I have a workflow which produces a result table and then update that result in TFS and then send email with same result.
What issue i am having is sometime TFS is failing and because of that even email is not sent with warning
| No Messages were sent because the workflow has an error. |
Now what i want is it should send email even though TFS fails. As they both are parallel process.
Some tricks i tried:
1) Block until done: attach sending email in 1 and update TFS in 2. But it goes right before "Email" Tool and then cont to 2 and then doesn't send email if 2 fails
2) Container but still doesnt work.
Can anyone please help me with this.