What is equivalent to ActivityCondition in WF 4.0 or 4.5

Unanswered What is equivalent to ActivityCondition in WF 4.0 or 4.5

  • Monday, August 13, 2012 5:11 PM
     
     

    Hi

    In WF 3.5 I have used ActivityCondition to display a dropdown in property window and selecting a particular option would ultimately display properties related to that option.

    Something similar available in Send activity in WF 4.0 where if I select EndPoint - then it would open/display other properties.

    Please let me know how to achieve the same in WF 4.0 or 4.5

    Thanks in advance

    ProgrammerX

All Replies

  • Wednesday, August 15, 2012 7:15 AM
     
     

    Hi,

    Check the following samples:

    http://msdn.microsoft.com/en-us/library/ee834515

    • Marked As Answer by LeoTangModerator Monday, August 20, 2012 3:04 AM
    • Unmarked As Answer by ProgrammerX Monday, August 20, 2012 12:58 PM
    •  
  • Monday, August 20, 2012 1:01 PM
     
     

    Hey thanks for reply.

    What I want is a property should display dropdown to select value and on selection of particular item, it should display more properties in property grid itself.

    The EndPoint property in Send activity has one entry in dropdown, same way I would like to have multiple entry and on selection, it should display related properties in property grid.

    Thanks in advance