At the moment I am having a very weird problem with a Workflow. I have a State Machine Workflow in Visual Studio 13:
The problem lies in the red outlined block. In the red Stage I first determine the preceding stage, then depending the outcome I assign a value to string variable sInfo. To verify the value of sInfo I write it to the WorkflowHistoryList. THIS WORKS FINE.
However, directly after this I want to use sInfo to put its value in the body of an email. THIS DOES NOT WORK. No value at all is given.
In a picture:
Anyone an idea how this can happen? Really clueless here since it's just a simple string variable....

0 commentaires:
Enregistrer un commentaire