Workflow Soluiton

 View Only
  • 1.  Decision Models as Components?

    Posted Sep 11, 2015 04:59 AM

    Is it possible to import and use a dll created from a decision project as a component library?

    I've seen previous posts that suggest you publish these types of projects as web services and then create a generator to create components to use them but that seems like double handling.  Is there a better way?



  • 2.  RE: Decision Models as Components?

    Posted Sep 11, 2015 06:49 AM

    Perhaps the .NET generator could be used against the Decision DLL (I believe the invoke method is Run). However, I think only "imple" types are allowed for input when using this generator.