Collection of objects that actually do most of the work in WF. There are some required services that are always present, if the developer add one that is used otherwise a default is used. For example the DefaultWorkflowSchedulerService is the default implementation of the rquired WorkflowSchedulerService. Some other RuntimeServices are optional but provided out of the box like the SqlWorkflowPersistenceService. If not provided there is no default and this functionality is unavailable. The third kind of RuntimeServices is the custom RuntimeServices usually developed in combination with a custom workflow Activity. These services can use the WorkflowRuntimeService as a base class although this is not required and they can derive from another class is so desired. Use the WorkflowRuntimeAddService function to configure the WorkflowRuntime.
DefaultWorkflowSchedulerService creates and manages the threads that run workflow instances.
23-11-2009 15:21:05 - -80.126.16.139
Workflow Scheduler Services manage how workflow instances are scheduled by the workflow runtime engine.
23-11-2009 15:33:20 - -80.126.16.139
The WF runtime engine executes workflows by using runtime services.
23-11-2009 15:27:49 - -80.126.16.139
Represents a persistence service that uses a SQL database to store workflow state information.