Workflow Engine .NET

Assembly: OptimaJet.Workflow.BpmnPlugin

Class TimerCatchEvent

OptimaJet.Workflow.BpmnPlugin.Elements.TimerCatchEvent

public class TimerCatchEvent : BpmnActivityBase

Inheritance

Constructors

public TimerCatchEvent(Func<bool> getDisabled) #

Parameters

Name
Type
Description
getDisabled
Func<Boolean>

Properties

Name
Type
Type #
String
SVGTemplate #
String
Template #
String
Title #
String
Description #
String
AllowCycleTransition #
Boolean
If true, you can create a cycle transition from this activity to itself. If false, you can't do it.
IsOutgoingTransitionsReadonly #
Boolean
If true, the outgoing transitions of the activity are read-only, and can be edited only via the activity form.
BaseTemplate #
BaseTemplate
Defines the base template which is used to edit the activity.
SaveToAnnotationsPolicy #
SaveToAnnotationsPolicy
Defines the policy for saving attributes to annotations.
AnnotationActivityParameters #
ImmutableHashSet<String>
Gets the set of fields that can be saved to the activity annotations. The policy for saving fields to annotations is defined by the ActivityBase.SaveToAnnotationsPolicy property.
DefaultValues #
Dictionary<Object>

Fields

public const string CustomType = "BpmnTimerCatchEvent" #
public const string TimerNameAnnotationName = "__timerName" #