alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Enum BpmnLoopCharacteristic

    Specifies the LoopCharacteristics of BpmnActivity/BpmnExpandedSubProcess.

    Namespace: Syncfusion.Blazor.Diagram
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum BpmnLoopCharacteristic
    Examples
    Node node = new Node()
    {
        Shape = new BpmnActivity() 
        { 
            ActivityType = BpmnActivityType.Task, 
            Loop = BpmnLoopCharacteristic.Standard,
        }
    };

    Fields

    Name Description
    None

    Specifies that an Activity is not looping according to BPMN.

    ParallelMultiInstance

    Specifies that an Activity has a parallel Multi-Instance Loop Characteristic according to BPMN.

    SequenceMultiInstance

    Specifies that an Activity has a sequential Multi-Instance Loop Characteristic according to BPMN.

    Standard

    Specifies that an Activity has a Standard Loop Characteristic according to BPMN.

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