Workflow Soluiton

 View Only
  • 1.  Workflow API to be used by a .NET application

    Posted Jun 30, 2010 01:55 PM
    Does Workflow have an API for use within a core .NET app? We have some .NET apps that we currently integrate with a particular Workflow app. The .NET app makes a request using the Web Service generated from the given Workflow app. Any event that occurs in the Workflow app from here is handled by a command button in a web form (i.e. user clicks the approve button and it routes to the assignee configured in the next Dialog Workflow component - just a very simple process). Now comes our dilemma - rather than the event being handled in the Workflow app, is it possible to instead have the user invoke the given event (i.e. clicking approve/reject/etc.) from the .NET app while maintaining the progression of the given Workflow app? I was hoping there was an API available where we could make this call from .NET. Any assistance with this would be greatly appreciated! I'd be glad to elaborate or clarify our objective if need be. Thanks!


  • 2.  RE: Workflow API to be used by a .NET application

    Posted Jul 01, 2010 02:05 PM
    Disregard my request.  I just figured out how to expose every dialog workflow component as a web service from which any command buttons are exposed as execute methods from the web service.