Hi,
I'm currently developing three workflows that are supposed to handle the status of items in different lists. Each Workflow is attached to a separate list. When I'm deploying and debugging in my development Environment, everything works fine. Except for the case, when an item is created via an incoming mail. I already figured out, that I have to restart some services and then it'll work, but I'm still not sure wich of the services is caching the workflow.
Afterwards I build a .wsp file which I deploy on a server. Each time I deploy the solution, I do a retract and delete solution first.
After deployment I'll recreate the workflows on the lists
It seems to me that this has no effect. An older version of the workflow is still triggered, if I create a new instance in the list.
I already restarted the whole server and still no result.
Has anyone an idea what else I could try in order to get this working?
Thanks in advance.