This page summarises items scheduled for the following release to the Patchworks Production environment:
Patchworks core (backend)
Release version | Release date |
---|---|
Patchworks dashboard (frontend)
Release version | Release date |
---|---|
New features, updates, and enhancements of note are summarised by product area, below:
Type | Summary | Ref # |
---|---|---|
1.19.1
12th June 2024 @ 8am
1.14.3
12th June 2024 @ 8am
Add custom names to shapes in a process flow It's now possible to specify your own name for any shape that you add to a draft process flow.
To do this, access shape settings and click the 'edit' icon next to the existing name - then update the name and save settings. Note that a shape name cannot exceed 50 characters. Techniques for building process flows
CPT-2910
Cast to boolean transform function
A new other > cast to boolean
transform function is available. This transform allows you to define specific overrides for values that are set to true or false.
This new option is particularly useful if string > convert to boolean
or number > cast to boolean
functions (which adhere to PHP's logic for conversion) don't produce desired results.
Other > cast to boolean transform
CPT-1873
Map shape - wrap payload
The map shape wrap payload
has been enhanced - there are now two toggle options which can be set separately or together:
wrap input payload
ON. Wraps the incoming payload in an array [ ]
for processing within the map shape only.
wrap output payload
ON. Wraps the outgoing payload in an array [ ]
for onward processing.
CPT-2810
Run queue page improvements The queue page for pending runs has been improved so only key information is displayed. For each pending run you can now see:
Process flow name (hyperlinked)
Trigger
Queued at time
CPT-2886
Flow retry option uses queued time The retry failed process flow option has been enhanced to work better with queues.
When the retry option is used for a failed process flow run, the flow runs immediately, using the current time
to calculate any relative date filters and settings defined in the flow.
This enhancement ensures that the the queued at
time is assumed as the current time
for process flow retries.
Retrying a failed process flow run
CPT-2838
Connector shape - endpoint filters
Fixed issue where connector shape filters may not update as expected if the source/endpoint is changed.
CPT-2668