menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramBpmnTaskBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DiagramBpmnTaskBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    DiagramBpmnTaskBuilder
    Namespace: Syncfusion.EJ2.Diagrams
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class DiagramBpmnTaskBuilder : ControlBuilder

    Constructors

    DiagramBpmnTaskBuilder()

    Declaration
    public DiagramBpmnTaskBuilder()

    DiagramBpmnTaskBuilder(DiagramBpmnTask)

    Declaration
    public DiagramBpmnTaskBuilder(DiagramBpmnTask model)
    Parameters
    Type Name Description
    DiagramBpmnTask model

    Methods

    Call(Boolean)

    Sets whether the task is global or not

    Declaration
    public DiagramBpmnTaskBuilder Call(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    DiagramBpmnTaskBuilder

    Compensation(Boolean)

    Sets whether the task is triggered as a compensation of another specific activity

    Declaration
    public DiagramBpmnTaskBuilder Compensation(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    DiagramBpmnTaskBuilder

    Loop(BpmnLoops)

    Defines the type of the BPMN loops None - Sets the type of the Bpmn loop as None Standard - Sets the type of the Bpmn loop as Standard ParallelMultiInstance - Sets the type of the Bpmn loop as ParallelMultiInstance SequenceMultiInstance - Sets the type of the Bpmn loop as SequenceMultiInstance

    Declaration
    public DiagramBpmnTaskBuilder Loop(BpmnLoops value)
    Parameters
    Type Name Description
    BpmnLoops value
    Returns
    Type
    DiagramBpmnTaskBuilder

    Type(BpmnTasks)

    Defines the type of the task None - Sets the type of the Bpmn Tasks as None Service - Sets the type of the Bpmn Tasks as Service Receive - Sets the type of the Bpmn Tasks as Receive Send - Sets the type of the Bpmn Tasks as Send InstantiatingReceive - Sets the type of the Bpmn Tasks as InstantiatingReceive Manual - Sets the type of the Bpmn Tasks as Manual BusinessRule - Sets the type of the Bpmn Tasks as BusinessRule User - Sets the type of the Bpmn Tasks as User Script - Sets the type of the Bpmn Tasks as Script

    Declaration
    public DiagramBpmnTaskBuilder Type(BpmnTasks value)
    Parameters
    Type Name Description
    BpmnTasks value
    Returns
    Type
    DiagramBpmnTaskBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved