Scripts not deployed after app install
Fixed issue where scripts would sometimes fail to deploy following an app installation.
Run queues
We have introduced a run queuing system to ensure that process flows are run equitably across all companies. Now when a job is triggered to run (either manually, or via a trigger/webhook/inbound API call), the run job is placed in a queue for processing. You can view your pending runs from a queue tab within run logs.
Real-time logs
Added flow run id
to the start of real-time run logs.
OAuth 2 messaging for failed authentication
Connection step run logs have been improved for OAuth 2 authentication failures, so the root cause can be more easily identified.
Specific date filter
Added a 'time' section to the specific date filter type, so a time can be selected with the date.
Payload storage
Payload storage has moved from Elastic to AWS S3.
Run process flow shape
Fixed issue where the 'triggered by' column in run logs was not updated if the process flow was initialised from another flow, via a run process flow shape.
Stopped process flow status
Fixed issue where the status of a 'stopped' process flow run could change from cancelled
to success
.
Trigger schedule settings
Fixed issue where it was possible to set a trigger schedule to less than 10 minutes with a cron expression. The minimum schedule time is now 10 minutes via the UI or cron expressions.
Connector pagination
Fixed issue where pagination could fail when the connector rate limit was exceeded. Now a connector shape will fail when a request returns a 429 rate limit message, ensuring that the process flow does not keep trying to paginate when the request can't be successful.
Peoplevox pagination method
Fixed issue where it wasn't possible to set the limit for Peoplevox pagination to 10000 (the suggested setting for report data). The limit can now be set to 10000 or less.
Flow control shape
Fixed issue where receipt of an empty payload by the flow control shape would cause the process flow to fail. Now an error is logged but the flow continues.
Shape settings drawers
Fixed performance issue where opening shape settings drawers was slow.
Run logs
Fixed issue where date is befor
e and date is
filters were not working for run logs.
Run logs
Fixed issue where UI label indicated that run logs are retained for 8 days however the actual retention period is 7 days.
Set variables shape
Fixed shape colour inconsistencies.
Endpoint pagination
Fixed issue where setting an endpoint pagination method to none meant that the endpoint could not be saved.
Notification group names
Fixed issue where adding a full stop character to a notification group would fail (correctly) but no error message was displayed to users.
Notification group delete modal
Fixed modal displayed when a notification group is deleted for UI consistency.