We are happy to release the update Codolex 2.6.0. Just like the last version, we focused on improving flow handling and making the editor more reliable. Design flows even faster with this new version.
Highlights
Add activity button
We want to focus on development speed, and bringing down the amount of actions you need to get a new activity on the screen.
That’s where the next button comes in.
Every sequence contains an ‘Add activity’ button that is visible when hovered over by the mouse.
Add activity button visible on hover
Clicking this will directly take you to the add activity screen.
Other improvements
Parameter default value
A parameter can be provided with a default value in the properties. This default value is visible in the call flow screen.
Default value ‘Test’ for parameter ‘Testing’
Editable parameter position
Speaking about parameters, we made it possible to move the position of a parameter in a call flow action.
Using the right order for parameters can be helpful to make actions more readable.
Order of parameters in flow properties
ChatConfig for OpenAI chat
To make all the options possible when using ChatGPT, we added the ChatConfig entity. This entity includes all the options found in the documentation.
Create the entity, and fill the attributes/options that you want to use. This entity can be used in the activity to override other settings.
Open AI Activity
Expression editor for decision
When no variable is chosen in the decision editor. there is an expression field available.
This field can be used to make an expression that results in a boolean. e.g. Assigned(Object) to check if an object is assigned.
Decision expression editor
Create entity without fields
It’s now possible to create an entity without fields. This is used for entities that only contains associations.
Bugfixes
- Uses for custom variables are now correctly added to the interface section when used as a return variable.
- Removed datasource type none to prevent errors.
- The API now correctly returns 0 for number attributes containing 0 instead of null.
- Fixed a bug where an incorrect suffix is used in code generation for variables.
- Fixed a bug where moving an activity inside a loop could cause it to bounce to the other side.
- The name generator for the variable no longer overwrites a name set by the user.
- Fixed an access violation when synchronizing fields on view entities without an inherited entity.
- Fixed the rendering shadow for the merge activity.