Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class WorkflowTimerProcessor

OptimaJet.Workflow.Core.Runtime.Timers.WorkflowTimerProcessor

public class WorkflowTimerProcessor

Inheritance

  • System.Object

Constructors

public WorkflowTimerProcessor(WorkflowRuntime workflowRuntime, CancellationToken token) #

Parameters

Name
Type
Description
workflowRuntime
WorkflowRuntime
token
CancellationToken

Methods

public Func<Task> GetTimerProcessorAsyncAction(IGrouping<Guid, WorkflowTimer> timersGroup) #

Parameters

Name
Type
Description
timersGroup
IGrouping<WorkflowTimer>

Returns

Type
Description
Func<Task>