alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum BpmnEventTrigger

    Specifies type of triggers in BpmnEvent.

    Namespace: Syncfusion.Blazor.Diagram
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum BpmnEventTrigger
    Examples
    Node node = new Node()
    {
        Shape = new BpmnEvent() 
        { 
            EventType = BpmnEventType.Intermediate, 
            Trigger = BpmnEventTrigger.None 
        }
    };

    Fields

    Name Description
    Cancel

    Specifies that an Event is a Cancel Event according to BPMN.

    Compensation

    Specifies that an Event is a Compensation Event according to BPMN.

    Conditional

    Specifies that an Event is a Conditional Event according to BPMN.

    Error

    Specifies that an Event is an Error Event according to BPMN.

    Escalation

    Specifies that an Event is an Escalation Event according to BPMN.

    Link

    Specifies that an Event is a Link Event according to BPMN.

    Message

    Specifies that an Event is a Message Event according to BPMN.

    Multiple

    Specifies that an Event is a Multiple Event according to BPMN.

    None

    Specifies that an Event is a None Event according to BPMN.

    Parallel

    Specifies that an Event is a Parallel Multiple Event according to BPMN.

    Signal

    Specifies that an Event is a Signal Event according to BPMN.

    Terminate

    Specifies that an Event is a Terminate Event according to BPMN.

    Timer

    Specifies that an Event is a Timer Event according to BPMN.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved