views:

27

answers:

1

In WWF 3.5, how do I stop a property of the workflow from becoming part of the OutputParameters after the workflow's completed?

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
Right! Fields! I'm dumb, thx man
James Alexander