Default Workflow Scheduler Service
Last changed: -80.126.16.139

.
Summary
DefaultWorkflowSchedulerService creates and manages the threads that run workflow instances.

DefaultWorkflowSchedulerService creates and manages the threads that run workflow instances in an asynchronous manner on the workflow runtime engine and includes default support for having multiple workflow instances queued in the runtime thread pool. If no other workflow scheduler service instance is added to WorkflowRuntime, it uses the DefaultWorkflowSchedulerService by default.

See also: ManualWorkflowSchedulerService