Skip to content

Commit 5e7f6e1

Browse files
committed
Initial PO review
1 parent 8e8b0c0 commit 5e7f6e1

File tree

2 files changed

+14
-16
lines changed

2 files changed

+14
-16
lines changed

assets/scss/_content.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
br {
188188
content: " ";
189189
display: block;
190-
margin-bottom: 20px;
190+
margin-bottom: 5px;
191191
}
192192
}
193193

content/en/blog/releases/2025.X/2025.1.md

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -92,16 +92,15 @@ Affected Components:
9292

9393
##### Support for creating new process from templates
9494

95-
Within [{{% ctx %}} Gateway][Gateway], the user will now be presented with the option to create a new process templates. The currently supported templates are `Blank` and `BPMN XML`.
95+
Within [{{% ctx %}} Gateway][Gateway], the user can now create a new process from a template. The currently supported templates are `Blank` and `BPMN XML`.
9696

9797
For `BPMN XML`, the provided `XML` will be validated before being created, and must follow `BPMN XML 2.0` standards.
9898

9999
Once created, the process should contain all descriptions, blocks, and connections as defined in the `XML`, and should be properly spaced out.
100100

101-
For more information, see the [Getting started with BPMN XML][] guide.
102-
103101
{{% alert title="Note" %}}
104102
The generation of processes from `BPMN XML` template is currently limited and does not support all `BPMN XML 2.0` features.
103+
If the `XML` contains unsupported features, the process will not be created and an error message will be displayed.
105104
{{% /alert %}}
106105

107106
<!-- Create Process From BPMN XML - 2-way Decision block support -->
@@ -166,8 +165,6 @@ The new maximum disk usage is as follows:
166165
| [{{% ctx %}} Triggers Service][] | 10,950 | 84 |
167166
| **Total** | **133,590** | **6,329** |
168167

169-
As a result, the default maximum disk usage for the {{% ctx %}} platform has been reduced by over 20 times.
170-
171168
Log files retention and size are configurable, however there is currently no documentation available on how to do this. For further assistance, please raise a case in the [{{% ctx %}} Service Portal][].
172169

173170
<!-- Logging - Reduce Service Default Log Sizes -->
@@ -228,7 +225,7 @@ Affected Components:
228225

229226
##### Introduced security headers for {{% ctx %}} Interaction Portal
230227

231-
The following security header have been introduced to the [{{% ctx %}} Interaction Portal][Interaction Portal]:
228+
The following security headers have been introduced to the [{{% ctx %}} Interaction Portal][Interaction Portal]:
232229

233230
* Content-Security-Policy
234231
* Permissions-Policy
@@ -278,11 +275,11 @@ Affected Components:
278275

279276
The [{{% ctx %}} Gateway][Gateway]'s Operations Overview page now includes the following improvements to the user experience:
280277

281-
* Graphs data is now loaded for default filters on page load
278+
* Graph data is now loaded for default filters on page load
282279
* Child filter selection is now maintained when parent filter is changed (e.g. selected `Flows` are maintained when changing the selected `Package versions` if they are still available on that version)
283-
* Time period can now be refresh, which will refresh the filters and graphs data
284-
* Items that has been filtered using the search on in filter dropdown can be selected and deselected
285-
* Tooltips on page elements including graphs has been improved
280+
* Time period can now be refreshed, which will refresh the filters and graph data
281+
* Items that have been filtered using the search in the filter dropdown can be selected and deselected
282+
* Tooltips on page elements including graphs have been improved
286283

287284
<!-- Operations Overview - Add refresh for timeperiod -->
288285
<!-- Operations Overview - Data should be loaded for default filters on load -->
@@ -295,7 +292,7 @@ The [{{% ctx %}} Gateway][Gateway]'s Operations Overview page now includes the f
295292

296293
##### Updated third-party libraries
297294

298-
Third-party libraries has been updated on the {{% ctx %}} platform.
295+
Third-party libraries have been updated on the {{% ctx %}} platform.
299296

300297
<!-- Security - Update NuGets -->
301298
<!-- Upgrade 3rd Party Libraries - Angular.js library should be updated (Cortex Gateway) -->
@@ -350,9 +347,9 @@ Affected Components:
350347

351348
#### Observability
352349

353-
##### Duration not logged correctly in log files
350+
##### Duration not logged correctly in log files for the Log Event Block
354351

355-
A bug has been fixed where the duration was not being logged correctly in log files.
352+
A bug has been fixed where the duration was not being logged correctly in log files generated by the [Log Event Block][].
356353

357354
<!-- Blocks - Log Event Block - Duration not logged correctly in log files -->
358355
<!-- Blocks - Log Event Block - StartedAt parameter - issue with passing variables -->
@@ -378,7 +375,7 @@ Affected Components:
378375

379376
##### Errored flow executions not being logged
380377

381-
A bug has been fixed where erred flow executions were not being logged.
378+
A bug has been fixed where errored flow executions were not being logged.
382379

383380
<!-- Execution Management - Sometimes executing flow with error does not trigger error event -->
384381

@@ -419,6 +416,7 @@ The following features have introduced breaking changes in the 2025.1 release of
419416

420417
### Known Limitations
421418

419+
<!-- BPMN XML -->
422420
There are no known limitations added as part of the 2024.11 release of the {{% ctx %}} Platform.
423421

424422
## Version Support
@@ -477,7 +475,7 @@ Adding {{% ctx %}} to a 7.2 Installation:
477475

478476
## Upgrade Instructions
479477

480-
If you are upgrading from an existing 2024.9 platform see the guidance below:
478+
If you are upgrading from an existing 2024.11 platform see the guidance below:
481479

482480
Upgrading {{% ctx %}}:
483481

0 commit comments

Comments
 (0)