Connectors

Flow Conductor Connector Release Notes

New features and improvements in the Flow Conductor connector.

November 2023

Fixed

Updated Error Mappings

The error mappings for the OOB Continue and OOB Start capabilities have been updated.

The following error mappings were removed from the OOB Continue capability:

'missingQueryData': 'The request did not include query data',

'missingTokenData': 'The request was missing token data',

'jwtError': 'There was a problem parsing the JWT',

'validationError': 'There was a problem validating the JWT contents',

'challengeRefExpired': 'The challenge reference has expired',

'challengeRefNotFound': 'The challenge reference was not found',

'challengeExpired': 'The challenge has expired',

'challengeNotFound': 'The challenge could not be found',

'challengeRefError': 'The challenge reference is invalid',

'challengeAlreadyApproved': 'The challenge has already been approved'

If you modified any of these error messages, the modified version will remain. You can delete and recreate the node to remove the older mapping.

The following error mappings were added to the OOB Start capability:

'challengeExpired': 'The challenge has expired',

'challengeAlreadyApproved': 'The challenge has already been approved',

'unexpectedError': 'An unexpected error occurred'

The OOB Start capacity also includes a non-customizable error message displayed for some backend issues: An internal error has occurred. Contact support if you see this error message or unexpectedError.