WF - Creating a selective list

Posted by Michael Bendtsen on Stack Overflow See other posts from Stack Overflow or by Michael Bendtsen
Published on 2009-01-19T08:55:51Z Indexed on 2010/06/06 23:02 UTC
Read the original article Hit count: 250

Filed under:

I have a stupid question. I have created a workflow Designer host where I publish my own activities. I also have a property grid which only displays the properties decorated with a special attribute. This designer is going to be used by none IT staff.

What I want is that on an activity the user can select a property value from a list. I know I just could create an Enum but I would like it to be dynamic. I.e. all events on a specific interface (extracted using reflection).

Is this at all possible or am I stuck with enums?

© Stack Overflow or respective owner

Related posts about workflow-foundation