menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BpmnSubProcessType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BpmnSubProcessType

    Specifies the Boundary.

    Inheritance
    System.Object
    BpmnSubProcessType
    Namespace: Syncfusion.Blazor.Diagram
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class BpmnSubProcessType : Enum
    Examples
    Node node = new Node()
    {
        Shape = new BpmnActivity() 
        { 
            ActivityType = BpmnActivityType.Subprocess, 
            TaskType = BpmnTaskType.Service,
            IsCall = true,
            ISCompensationActivity = true, 
            SubProcessType = BpmnSubProcessType.Transaction,
            Loop = BpmnLoopCharacteristic.Standard,
        }
    };

    Fields

    Call

    Specifies the type of an activity to be a Call Boundary according to BPMN.

    Declaration
    public const BpmnSubProcessType Call
    Field Value
    Type
    BpmnSubProcessType

    Default

    Specifies the type of an activity to be a Default Boundary according to BPMN.

    Declaration
    public const BpmnSubProcessType Default
    Field Value
    Type
    BpmnSubProcessType

    Event

    Specifies the type of an activity to be a Event Boundary according to BPMN.

    Declaration
    public const BpmnSubProcessType Event
    Field Value
    Type
    BpmnSubProcessType

    Transaction

    Specifies the type of an activity to be a Transaction Boundary according to BPMN.

    Declaration
    public const BpmnSubProcessType Transaction
    Field Value
    Type
    BpmnSubProcessType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved