retrieving custom activity properties set at runtime

I have a custom activity with a property defined (it's a DateTime type) and I am assigning this property a value in the activity's override of the Execute method.

I am pretty sure that this is happening as designed (no exceptions) but I can't seem to figure out a way to see what the value of the property has been set to.

I know how to navigate through the workflow structure using WorkflowInstance.GetWorkflowDefinition() but when I find the activity I am interested in and check it's property it is always unassigned... which makes me think that I am navigationg through the DEFINITION and not the INSTANCE (or something like that).

Is this not something that should be relatively easy to What is it that I am doing wrong and/or what other approach is suggested

thanx in advance -- /chris



Answer this question

retrieving custom activity properties set at runtime