alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Enum BpmnFlowType

    Specifies the type of BpmnFlow.

    Namespace: Syncfusion.Blazor.Diagram
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum BpmnFlowType
    Examples
    Connector connector4 = new Connector() 
    {
        Type = ConnectorSegmentType.Straight,
        Shape = new BpmnFlow() 
        { 
            FlowType = BpmnFlowType.SequenceFlow,
        } 
    };

    Fields

    Name Description
    AssociationFlow

    Specifies relationship between artifacts and flow objects. This is represented as a dotted line.

    BiDirectionalAssociationFlow

    Specifies with data objects to show that there are both input and output from an activity. This is represented as a dotted line with an arrow at both ends.

    ConditionalSequenceFlow

    Specifies the flow of a process based on certain conditions. It is indicated by a diamond at the beginning of the sequence.

    DefaultSequenceFlow

    Specifies the default sequence flow when other conditional flows are not valid. It is indicated by a backslash at the beginning of the sequence.

    DirectionalAssociationFlow

    Specifies with data objects to show that there are either an input or output from an activity. This is represented as a dotted line with an arrow at one end.

    InitiatingMessageFlow

    Specifies an activity or event in one pool which can initiate a message to another pool.

    MessageFlow

    Specifies the flow of messages between two participants.

    NonInitiatingMessageFlow

    Specifies an activity or event in one pool which can’t initiate a message to another pool.

    SequenceFlow

    Specifies the typical path between two flow objects.

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