Class BpmnEventTrigger
Specifies type of triggers in BpmnEvent.
Inheritance
Namespace: Syncfusion.Blazor.Diagram
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class BpmnEventTrigger : Enum
Examples
Node node = new Node()
{
Shape = new BpmnEvent()
{
EventType = BpmnEventType.Intermediate,
Trigger = BpmnEventTrigger.None
}
};
Fields
Cancel
Specifies that an Event is a Cancel Event according to BPMN.
Declaration
public const BpmnEventTrigger Cancel
Field Value
Type |
---|
BpmnEventTrigger |
Compensation
Specifies that an Event is a Compensation Event according to BPMN.
Declaration
public const BpmnEventTrigger Compensation
Field Value
Type |
---|
BpmnEventTrigger |
Conditional
Specifies that an Event is a Conditional Event according to BPMN.
Declaration
public const BpmnEventTrigger Conditional
Field Value
Type |
---|
BpmnEventTrigger |
Error
Specifies that an Event is an Error Event according to BPMN.
Declaration
public const BpmnEventTrigger Error
Field Value
Type |
---|
BpmnEventTrigger |
Escalation
Specifies that an Event is an Escalation Event according to BPMN.
Declaration
public const BpmnEventTrigger Escalation
Field Value
Type |
---|
BpmnEventTrigger |
Link
Specifies that an Event is a Link Event according to BPMN.
Declaration
public const BpmnEventTrigger Link
Field Value
Type |
---|
BpmnEventTrigger |
Message
Specifies that an Event is a Message Event according to BPMN.
Declaration
public const BpmnEventTrigger Message
Field Value
Type |
---|
BpmnEventTrigger |
Multiple
Specifies that an Event is a Multiple Event according to BPMN.
Declaration
public const BpmnEventTrigger Multiple
Field Value
Type |
---|
BpmnEventTrigger |
None
Specifies that an Event is a None Event according to BPMN.
Declaration
public const BpmnEventTrigger None
Field Value
Type |
---|
BpmnEventTrigger |
Parallel
Specifies that an Event is a Parallel Multiple Event according to BPMN.
Declaration
public const BpmnEventTrigger Parallel
Field Value
Type |
---|
BpmnEventTrigger |
Signal
Specifies that an Event is a Signal Event according to BPMN.
Declaration
public const BpmnEventTrigger Signal
Field Value
Type |
---|
BpmnEventTrigger |
Terminate
Specifies that an Event is a Terminate Event according to BPMN.
Declaration
public const BpmnEventTrigger Terminate
Field Value
Type |
---|
BpmnEventTrigger |
Timer
Specifies that an Event is a Timer Event according to BPMN.
Declaration
public const BpmnEventTrigger Timer
Field Value
Type |
---|
BpmnEventTrigger |