Saltbox Core Connector Updated
Saltbox Core Connector version 11.13.0 adds new actions to support for-each processing, lists and strong data typing for variables. This version also includes a bug fix for locale support.
New features
-
New actions:
-
Create a Raw Message
- Create a new message which contains a raw message section. Data may be added to this message using other workflow actions. -
Create a Variable
- Create a variable whose data does not originate from a message. May be used as a counter, for example. -
Get a List's Item Count
- Get a count of how many messages are contained in the indicated list. -
Add an Item to a List
- Add the selected input message as a new list item to the indicated list message. The message will be added to the end of the list. -
Create a List
- Create an empty message that will support other List object actions. -
Update a Variable
- Update the specified variable with data extracted from the input message.
-
Updates
-
Usability updates for action configuration forms.
-
Action names and descriptions have been updated to make them easier to use. This update is backward compatible, in that all updated action names will appear in place of the old ones as soon as the connector is updated (no user config needed).
Action names have been updated as follows. Other actions remain unchanged. Action details including descriptions and configuration options are documented in the connector reference section Saltbox Core Connector Actions.
Add Content to a Message
renamed from “Add Content To Message”Convert an Array to an Object
renamed from “Convert Array to Object”End the Workflow
renamed from “End Workflow”End the Workflow Conditionally
renamed from “End Workflow Conditionally”Extract a Variable from a Message
renamed from “Extract Variable from Message”Extract Content From a Message
renamed from “Extract Content From Message”Fail the Workflow
renamed from “Fail Workflow”Fail the Workflow Conditionally
renamed from “Fail Workflow Conditionally”Generate a CSV Message
renamed from “GenerateCSV”Generate an Empty Message
renamed from “Generate Empty Message”Get the Current DateTime
renamed from “Get Current DateTime”Modify a Variable (RegEx)
renamed from “ModifyVariable (RegEx)”Parse a Delimited String
renamed from “Parse Delimited String”Retry the Workflow
renamed from “Pause Workflow”Retry the Workflow Conditionally
renamed from “Pause Workflow Conditionally”Route a Message
renamed from “Route Message”Route a Message Synchronously
renamed from “Route Message Synchronously”Transform a Message
renamed from “Transform”
Bug Fixes
- Fixed: Locale not working as expected in date-time actions and functions (47469 47609)
For more details, see Saltbox Core Connector Reference.