Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class TimerDefinition

OptimaJet.Workflow.Core.Model.TimerDefinition

Represent a timer in a process scheme

public sealed class TimerDefinition : BaseDefinition

Inheritance

Properties

Name
Type
Type #
TimerType
Type of the timer TimerType
Value #
String
Specifies the timer time depend on timer type
NotOverrideIfExists #
Boolean
If true specifies that the old timer time will not be overriden if a timer with same name exists in outgoing transitions of a new current activity

Methods

public TimerDefinition Clone() #

Returns

Type
Description
TimerDefinition