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: content/en/blog/releases/2025.X/2025.1.md
+13-15Lines changed: 13 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,16 +92,15 @@ Affected Components:
92
92
93
93
##### Support for creating new process from templates
94
94
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`.
96
96
97
97
For `BPMN XML`, the provided `XML` will be validated before being created, and must follow `BPMN XML 2.0` standards.
98
98
99
99
Once created, the process should contain all descriptions, blocks, and connections as defined in the `XML`, and should be properly spaced out.
100
100
101
-
For more information, see the [Getting started with BPMN XML][] guide.
102
-
103
101
{{% alert title="Note" %}}
104
102
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.
105
104
{{% /alert %}}
106
105
107
106
<!-- Create Process From BPMN XML - 2-way Decision block support -->
@@ -166,8 +165,6 @@ The new maximum disk usage is as follows:
166
165
|[{{% ctx %}} Triggers Service][]| 10,950 | 84 |
167
166
|**Total**|**133,590**|**6,329**|
168
167
169
-
As a result, the default maximum disk usage for the {{% ctx %}} platform has been reduced by over 20 times.
170
-
171
168
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][].
172
169
173
170
<!-- Logging - Reduce Service Default Log Sizes -->
@@ -228,7 +225,7 @@ Affected Components:
228
225
229
226
##### Introduced security headers for {{% ctx %}} Interaction Portal
230
227
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]:
232
229
233
230
* Content-Security-Policy
234
231
* Permissions-Policy
@@ -278,11 +275,11 @@ Affected Components:
278
275
279
276
The [{{% ctx %}} Gateway][Gateway]'s Operations Overview page now includes the following improvements to the user experience:
280
277
281
-
*Graphs data is now loaded for default filters on page load
278
+
*Graph data is now loaded for default filters on page load
282
279
* 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
286
283
287
284
<!-- Operations Overview - Add refresh for timeperiod -->
288
285
<!-- 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
295
292
296
293
##### Updated third-party libraries
297
294
298
-
Third-party libraries has been updated on the {{% ctx %}} platform.
295
+
Third-party libraries have been updated on the {{% ctx %}} platform.
299
296
300
297
<!-- Security - Update NuGets -->
301
298
<!-- Upgrade 3rd Party Libraries - Angular.js library should be updated (Cortex Gateway) -->
@@ -350,9 +347,9 @@ Affected Components:
350
347
351
348
#### Observability
352
349
353
-
##### Duration not logged correctly in log files
350
+
##### Duration not logged correctly in log files for the Log Event Block
354
351
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][].
356
353
357
354
<!-- Blocks - Log Event Block - Duration not logged correctly in log files -->
0 commit comments