How to gather data without wizard

How to set arguments values not from user(using wizard), is it possible to do that


Answer this question

How to gather data without wizard

  • Irakli Lomidze

    Also, in a more advanced scenario, you could go as far as implementing your own gathering service, which must implement IValueGatheringService, and can be specified in the XML as:

    <GatheringServiceData ServiceType="MyService, MyAssembly">


  • Amit Kejriwal

    Did you look at Value Providers

    http://guidanceautomation.net/wysiwiki/default.aspx topic=Writing%20Value%20Providers




  • How to gather data without wizard