Class DiagramBpmnTaskBuilder
  
  
  
  
    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    DiagramBpmnTaskBuilder
   
  
  Assembly: Syncfusion.EJ2.dll
  Syntax
  
    public class DiagramBpmnTaskBuilder : ControlBuilder
   
  Constructors
  
  
  
  
  DiagramBpmnTaskBuilder()
  
  
  Declaration
  
    public DiagramBpmnTaskBuilder()
   
  
  
  
  DiagramBpmnTaskBuilder(DiagramBpmnTask)
  
  
  Declaration
  
    public DiagramBpmnTaskBuilder(DiagramBpmnTask model)
   
  Parameters
  
  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
  
  
  
  
  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
  
  
  
  
  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
  
  Returns
  
  
  
  
  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
  
  Returns