Interface IWorkflowServiceRunner
OptimaJet.Workflow.Core.Runtime.ServiceRunners.IWorkflowServiceRunner
Defines how a workflow runtime starts and configures its service loop.
Namespace: OptimaJet.Workflow.Core.Runtime.ServiceRunners
public interface IWorkflowServiceRunnerProperties
Name
Type
IsSupportsMultiServer #BooleanGets a value indicating whether this runner supports multi-server execution.
Methods
Task StartAsync(ITimerManager manager) #Starts service-specific runtime initialization.
Parameters
Name
Type
Description
Returns
Type
Description
TaskA task that completes when runner startup initialization is finished.
Derived Types
Remarks
Implementations are used by WorkflowRuntime during startup and may perform environment-specific restore and timer initialization.