Class DiagramBpmnTask
Inheritance
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramBpmnTask : EJTagHelper
Constructors
DiagramBpmnTask()
Declaration
public DiagramBpmnTask()
Properties
Call
Sets whether the task is global or not
Declaration
public bool Call { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
Compensation
Sets whether the task is triggered as a compensation of another specific activity
Declaration
public bool Compensation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
Loop
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 BpmnLoops Loop { get; set; }
Property Value
Type | Description |
---|---|
BpmnLoops | The default value is BpmnLoops.None |
Type
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 BpmnTasks Type { get; set; }
Property Value
Type | Description |
---|---|
BpmnTasks | The default value is BpmnTasks.None |