Assembly: OptimaJet.Workflow.Core

Class WorkflowTimer

OptimaJet.Workflow.Core.Model.WorkflowTimer

Represents a persisted timer registration selected for execution for a ProcessInstance.

public class WorkflowTimer

Properties

public Guid TimerId { get; set; } #
Gets or sets the identifier of the timer registration.
public string Name { get; set; } #
Gets or sets the name of the TimerDefinition associated with the registration.
public Guid ProcessId { get; set; } #
Gets or sets the ProcessInstance.ProcessId of the process instance for which the timer is registered.
public Guid RootProcessId { get; set; } #
Gets or sets the ProcessInstance.RootProcessId of the process instance for which the timer is registered.
public DateTime NextExecutionDateTime { get; set; } #
Gets or sets the persisted time at which the timer becomes due for execution.