.
Workflow Scheduler Services manage how workflow instances are scheduled by the workflow runtime engine, whether they are handled in an asynchronous or a manual synchronous mode. WF provides two out-of-box implementations for the WorkflowSchedulerService: DefaultWorkflowSchedulerService and ManualWorkflowSchedulerService.
Workflow Scheduler Services manage how workflow instances are scheduled by the workflow runtime engine.
23-11-2009 15:33:20 - -80.126.16.139
DefaultWorkflowSchedulerService creates and manages the threads that run workflow instances.
23-11-2009 15:21:05 - -80.126.16.139
ManualWorkflowSchedulerService is used for synchronous execution of workflow instances.
23-11-2009 15:25:20 - -80.126.16.139