In WWF 3.5, how do I stop a property of the workflow from becoming part of the OutputParameters after the workflow's completed?
views:
27answers:
1
A:
All public readable properties are returned as WorkflowCompletedEventArgs OutputParameters. I typically make properties internal to prevent this from happening. Using fields instead of properties is another option.
Maurice
2009-09-02 13:21:16
Right! Fields! I'm dumb, thx man
James Alexander
2009-09-02 14:58:36