You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blazor/diagram/bpmn-shapes/bpmn-expanded-sub-process.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
109
109
110
110
While resizing or dragging the child element, if the child element bounds are within the ExpandedSubProcess bounds, the ExpandedSubProcess size will be updated along with that.
111
111
112
-
The following image shows how to add BPMNNode into the BPMN ExpandedSubProcess at runtime.
112
+
The following image shows how to add BPMN node into the BPMN ExpandedSubProcess at runtime.
@@ -292,14 +292,14 @@ SubProcessType represents the type of task that is being processed. The [SubProc
292
292
```
293
293
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/Blazor-Diagram-Examples/tree/master/UG-Samples/BpmnEditor/BpmnExpandedSubProcess/ExpandedSubProcessType)
The following table contains various types of BPMN SubProcess.
298
298
299
299
| SubProcessType | Image | Description|
300
300
| -------- | -------- | -------- |
301
-
| Call ||It is a global sub-process that is reused at various points in the business flow.|
302
-
| Event ||The event sub-process is a sub-process that is triggered by an event. An event sub-process can be added at the process level or at any sub-process level.|
303
-
| Transaction ||It is a specialized sub-process that involves payment.|
304
-
| Default ||The task that is performed in a business process. It is represented by a rounded rectangle.|
301
+
| Call ||It is a global sub-process that is reused at various points in the business flow.|
302
+
| Event ||The event sub-process is a sub-process that is triggered by an event. An event sub-process can be added at the process level or at any sub-process level.|
303
+
| Transaction ||It is a specialized sub-process that involves payment.|
304
+
| Default ||The task that is performed in a business process. It is represented by a rounded rectangle.|
Copy file name to clipboardExpand all lines: blazor/diagram/connectors/segments/orthogonal.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ Orthogonal segments are used to create segments that are perpendicular to each o
55
55
```
56
56
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/Blazor-Diagram-Examples/tree/master/UG-Samples/Connectors/Segments/Orthogonal)
57
57
58
-
The [Length](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.OrthogonalSegment.html#Syncfusion_Blazor_Diagram_OrthogonalSegment_Length) and [Direction](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.OrthogonalSegment.html#Syncfusion_Blazor_Diagram_OrthogonalSegment_Direction)properties allow defining the flow and length of the segment. The following code example illustrates how to create customized orthogonal segments.
58
+
The [Length](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.OrthogonalSegment.html#Syncfusion_Blazor_Diagram_OrthogonalSegment_Length) and [Direction](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.OrthogonalSegment.html#Syncfusion_Blazor_Diagram_OrthogonalSegment_Direction)properties allow defining the flow and length of the segment. The following code example illustrates how to create customized orthogonal segments.
59
59
60
60
```cshtml
61
61
@using Syncfusion.Blazor.Diagram
@@ -112,7 +112,7 @@ The [Length](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.Ort
112
112
}
113
113
}
114
114
```
115
-
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/Blazor-Diagram-Examples/tree/master/UG-Samples/Connectors/Segments/MultipleSegments)
115
+
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/Blazor-Diagram-Examples/tree/master/UG-Samples/Connectors/Segments/Orthogonal)
116
116
117
117

0 commit comments