Hi,
I have developed custom workflow and I need to "show" output parameters.
[Output("ErrorText")]
public OutArgument<string> errorText { get; set; }
.
.
.
errorText.Set(context.CodeActivityContext, "Error message : " + some error text);
.
.
.
I don't know where this text will be show, I suppose in
But I don't see my message....
If I am wrong please help me...
Thanks in advance..
Kind regards
Martin
*This post is locked for comments
I have the same question (0)