Hi,
I was not able to find an accepted answer to a question if workflow steps are executed asynchronously. There are a couple of threads in which people have commented differently.
If I have a custom step which calls a wcf service SYNCHRONOUSLY and wcf service also does everything synchronously, can I be sure that the step after my custom activity will always be able to see every record created by a service?
Some answers suggest putting a timeout of 1 minute, but it just doesn't feel right and bulletproof.
For me it is logical since a custom step can return a value for the next step to use, but I can't find it documented and verified.
Thanks in advance