Migrating from IIS Mode to Windows Service Mode / Custom Coded Applications and ASP.NET Applications |
To analyze the custom Application code, see how the WorkflowService and AdminService objects are created.
Usually, WorkFlow Service and Admin Service are created at a common place inside a common method and called to all other places in the application.
The methods that create the WorkFlow Service and Admin Service must be implemented using IWFWorkflowService and IWFAdminService interfaces.