Assembly: OptimaJet.Workflow.Core

Class TimerToExecute

OptimaJet.Workflow.Core.Runtime.TimerToExecute

Represents a workflow timer to execute and identifies its owning process tree.

public class TimerToExecute

Properties

public Guid TimerId { get; set; } #
Gets or sets the identifier of the timer to execute.
public string Name { get; set; } #
Gets or sets the name of the TimerDefinition associated with the timer.
public Guid ProcessId { get; set; } #
Gets or sets the identifier of the process that owns the timer.
public Guid RootProcessId { get; set; } #
Gets or sets the identifier of the root process in the owning process tree.