Hello!
I am trying to use Windows Workflow and have a model that looks similar to the image in the link below:
Workflow screen shot
After each of the Send Activities (GetSomthing, GetSomthingElse, GetSomeMoreStuff) the same custom acitvity is being called (LogSomthingBadHappened). Whilst it might not look so bad in this picture in my real model the custom activity is a SequenceActivty, has quite a few nodes, and when its repeated 3 times starts to make the workflow look very ugly.
I would like to do somthing like this:
Edited Workflow screen shot
Can the IfElse branches be merged like this?
Should I be using a State Machine work flow instead (havn't figured these out yet)?
Thanks.