We are glad to inform you that the latest version 3.4.0 of Flowfactory is out. Below is the list of Jira issues that were part of this upgrade.
Overview
Key | Summary |
---|---|
FF-10068 | Add link to application in invitation email |
FF-9639 | Current index in for each loop |
FF-8443 | Drag and drop for file upload activity |
FF-10058 | Studio - Query Runner Possibility to copy data from result set |
FF-10032 | When copying workflow the caption does not get the new name |
FF-10062 | Studio - Update the code editors in Studio to use Monaco |
FF-9926 | Signup Page - Adjust layout of page |
FF-10111 | Api - Call Api crashes when the mapped entity is deleted |
FF-10046 | CF setup in ClientOrchestrator |
FF-10031 | "Sort Order" Settings Not Copied Over in "Foreach Entity" When Duplicating Workflows |
FF-9987 | Copy project in go2flow |
FF-10057 | Web Client - Scrollbar for view overlaps the browser scrollbar |
FF-9804 | [Webclient] View Title passed as Parameter changes to Default when opening views |
FF-10042 | WebClient - Active entity not in sync with grid selection |
FF-10127 | WebClient - Changes in signup page |
Details
FF-10068 Add link to application in invitation email
DescriptionPreviously, the invitation email did not automatically include a link to the application, requiring manual addition.The invitation email now automatically includes the application link, streamlining the process for users.
FF-9639 Current index in for each loop
DescriptionPreviously, there was no way to access the current index in a "For Each" loop. This made it difficult to:
- Perform actions for a specific number of iterations (e.g., "stop after 10 loops").
- Track how many entities had been processed.
- Execute actions on every nth iteration (e.g., logging every 10th loop).
FF-8443 Drag and drop for file upload activity
DescriptionUsers previously had to select files from the file explorer to upload. Now, they can drag and drop files directly to upload, including attachments from emails such as those in Outlook.
FF-10058 Studio - Query Runner Possibility to copy data from result set
DescriptionPreviously, it was not possible to copy text directly from the result set grid in the query runner, making it difficult to transfer data into the web application.This feature has been added, allowing users to select and copy text from the result set grid view, simplifying data transfer.
FF-10032 When copying workflow the caption does not get the new name
DescriptionWhen copying a workflow in Studio, the new workflow was correctly named "Copy - [original name]," but the command caption remained the same as the original workflow's caption. This could cause confusion when identifying workflows.The command caption is now automatically updated to match the new workflow name during the copying process.
FF-10062 Studio - Update the code editors in Studio to use Monaco
DescriptionWe have updated the editors for Html, Css and javascript to use the Monaco editor to give better code support with suggestions and syntax coloring.
FF-9926 Signup Page - Adjust layout of page
DescriptionThe logo in the signup page was overlapping the header.The header is now placed to the top of the page instead of being placed beside the header.
FF-10111 Api - Call Api crashes when the mapped entity is deleted
DescriptionPreviously, calling the API would result in a crash if the mapped entity had been deleted. This caused unexpected failures during API operations.The issue is now resolved, and the API handles cases where the mapped entity is deleted without crashing.
FF-10046 CF setup in ClientOrchestrator
DescriptionCloud Functions are now available in the platform. These are scheduled tasks for your test and published instances that you create in GO by specifying how often it should run and which Workflow that should be executed. Workflows that are parameter less are supported.You also select which instance member that should be used to execute the Cloud Functions.These settings are available from the Instance Settings in GO for test and published instances.
FF-10031 "Sort Order" Settings Not Copied Over in "Foreach Entity" When Duplicating Workflows
DescriptionWhen duplicating a workflow containing a "Foreach Entity" component with specific "Sort Order" settings, the settings were not copied over to the new workflow, leaving them blank. This caused potential discrepancies in workflow execution if not manually corrected.The issue is now resolved, and "Sort Order" settings are properly retained when duplicating workflows.
FF-9987 Copy project in go2flow
DescriptionWhen an admin attempts to create a copy of a project and selects another community as the destination, an error is thrown instead of successfully copying the project.This issue is now resolved, and projects can be copied to another community without errors.
FF-10057 Web Client - Scrollbar for view overlaps the browser scrollbar
DescriptionIn some view configurations, the view's scrollbar overlapped with the browser's scrollbar, preventing users from scrolling to the bottom of the view using the main scrollbar.This issue is now resolved, and users can scroll the view to the bottom without interference from overlapping scrollbars.
FF-9804 [Webclient] View Title passed as Parameter changes to Default when opening views
DescriptionWhen opening the same view with different data/parameters made the tab titles that was set in the view designer override the ViewTitle parameter set in the Open View Activity in the workflow.Now the title parameter that is set in the Open View Activity inside a workflow always takes precedence.
FF-10042 WebClient - Active entity not in sync with grid selection
DescriptionWhen selecting rows quickly in a grid, the last selected row appeared green, but another row with a gray background was opened when clicking "Edit." This caused incorrect row data to be displayed.This issue is now resolved, and the correct row (the one highlighted in green) is opened when selecting rows rapidly and clicking "Edit."
FF-10127 WebClient - Changes in signup page
DescriptionThe signup page footer is now anchored to the bottom of the view instead of being sticky. The sticky behavior resulted in content being hidden at certain screen sizes. We have also removed the button that clears all values from the signup form and changed translation of the invitation link button from “Send code“ to “Verify code“ for more correctness of the buttons function.
Comments
0 comments
Please sign in to leave a comment.