Due to a Non-Disclosure Agreement, information on this project is limited.
Flow Builder is a powerful low-code tool that enables users to automate business processes by creating customizable flows. Users can design visual workflows with drag-and-drop elements to automate tasks, guide user interactions, and integrate with Salesforce data — all without writing code.
In this redesign, we modernized and simplified the layout while ensuring accessibility for all users through improved navigation and WCAG 2.1 compliant colors.
The modifications were implemented in Java, Typescript, HTML, and CSS.
As the user base grows, navigation becomes challenging with larger, more complex flows.
The interface has accessibility issues with icon color contrast that fail to meet WCAG standards.
WHEN WAS THIS?
Dec 2022 - Feb 2023 (3 months)
WHAT DID I DO?
I served as the lead Software Engineer for this feature, overseeing the entire project cycle.
My responsibilities included:
During this process, I worked in tandem with the UX team, Product Managers, and my engineering team to ideate and troubleshoot.
Simplified, efficient, and inclusive flow-building experience.
Improve usability for all users, especially those with sight impairments.
Provide a simpler canvas with less scrolling and better navigation.
Convert the icon
to a
that
animates on load, hover, focus states, and in cut mode.
Introduce a help popover to guide users through the visual changes.
Reduce the spacing between vertical nodes for better visual flow.
Decrease the width of connectors for a cleaner, more modern look.
Enhance the contrast of nodes and connectors for better visibility.
Display only once per user.
Stay anchored to the first circle icon, even when the flow moves.
To close, the user has to click the X button or press the Esc key.
Appear on the right of the circle icon.
When working on a proof of concept, I faced a challenge when the popover wouldn't stay anchored as the flow moved.
When the flow was dragged, the popover didn't follow.
Multiple attempts at a solution were made to resolve the three issues in keeping the popover anchored. However, no solution could not solve all three issues simultaneously.
Eventually, I sought the guidance of the Salesforce In-App Guidance team, and together, and collaborated with them in implementing a custom algorithm that kept the popover anchored during window resizes and shifts. This solution also improved the Flow's adaptability to different screen sizes and interactions, and maintained product scalability.
I accounted for different connector types (straight, curved, arrowed) and unique node shapes like diamond-shaped Decision elements, as well as icons with added borders that affected layout.
While the fix was a simple variable change, I had to ensure visual consistency throughout.
Different connector types - straight, curved, and with arrowed ends.
Before: Original Flow Layout
Initial layout with original spacing.
After: Adjusted Flow Layout
Adjusted layout without consideration for nodes with unique shapes.
Icons with an added border, affecting layout consistency.
After several feedback sessions with the UX team, I adjusted the variable values to balance the feature's requirement with the unique needs of these edge cases.
During my research, I found that the previous requirement (Shorten The Distance Between Vertical Nodes) and this needed to be completed concurrently as one change without the other would result in interrupted and incohesive connector lines.
Hence, I decided that these two requirements had to be combined into a single code release.
While the code changes were straightforward, they needed to be implemented across the entire codebase. I had to carefully map out and test every node and connector variation to ensure consistent behavior throughout the application.
This feature adjustment was particularly notable for me. Throughout my career, it was among the few tasks I undertook that highlighted a distinct interface-driven customer need. Addressing this made a direct positive impact on both productivity and inclusivity for its users.
The redesign modernized the interface with tighter spacing, thinner connectors, and high-contrast icons for better accessibility. These changes reduced scrolling and zooming, making it easier to work with complex flows while creating a more inclusive experience for all users.
These changes came together in the Salesforce Summer 2023 release. The Flow Builder updates were spotlighted in multiple blogs and roundups, consistently ranking as one of the top features of that release.
When I first took on the leadership role for this project, I grappled with self-doubt, often questioning my capabilities as the youngest Software Engineer on a seasoned team. My experience was marked by daily challenges, collaborative brainstorming and intensive problem-solving.
My manager and mentor played crucial roles in encouraging me to stay curious. I'll never forget the response I received to my apprehension about asking questions, which completely transformed my outlook on speaking up.
“You never know if someone also has the same question as you or if your question might offer a new perspective. By asking your question, you could be helping someone else too.”
Looking back at the successful impact of the feature on user productivity and accessibility, I'm deeply thankful for my team's unwavering support that fueled my confidence and determination to lead the project to its success.