Using UI designer

The FlowXplatform includes an intuitive UI Designer for creating diverse UI templates. You can use various elements such as basic buttons, indicators, and forms, as well as predefined collections and prototypes. To access the UI Designer, follow these steps:

  1. Open FlowX Designer and select Definitions from the Processes tab.
  2. Select a process from the process definitions list.
  3. Click the Edit process button.
  4. Select a node then click the brush icon in the Process Designer navigation menu to open the UI Designer.

The UI designer is available for User task nodes and Milestone nodes (nodes that require human interaction).

After adding a specific component to the node, the right-side menu will display more configuration options.

For more flexibility, undo or redo actions are available within the UI Designer. This includes tasks such as dragging, dropping, or deleting elements from the preview section, as well as adjusting settings within the styling and settings panel.

To undo or redo an action, users can simply click the corresponding icons in the UI Designer toolbar, or use the keyboard commands for even quicker access.

UI components

FLOWX.AI offers a wide range of UI components that can be customized using the UI Designer. For example, when configuring a card element (which is a root component), the following properties can be customized:

Settings

  • Message - a valid JSON string that is pushed to the frontend application when the process reaches user task; this property is only available for Root components
  • Properties - custom properties that vary depending on the component type
  • Has Accordion (available only for Card component) - a Bootstrap accordion is a component that organizes content within collapsible items, allowing only one collapsed item to be displayed at a time

Root components

By utilizing the UI Designer, users can easily create rich web interfaces with customizable UI components.

Styling

In FLOWX.AI, styling options are available for components that group children, which can be found under the styling section.

Users can customize the direction, alignment, gap, sizing, and spacing of their layout. These properties help to create well-organized and visually pleasing user interfaces.

Layout

Layout configuration is available for components that group children: root components and forms (more details about layouts can be found here):

  • Direction - horizontal or vertical
  • Alignment - start, center, end, stretch
  • Wrap - content will wrap to the next line when it reaches the end of a line within the element
  • Gap - the gap property defines the size of the gap between the rows and between the columns

Layout

Sizing

By setting desired values for these props, you can ensure that all UI elements on the interface are the desired size and perfectly fit with each other.

When adjusting the Fit W and Fit H settings, users can control the size and shape of the elements as it appears on their screen:

  • Fit W: fill, fixed or auto
  • Fit H: fill, fixed or auto

Spacing

Margin and padding are CSS properties used to create space between elements in a web page:

  • margin - the space outside an element
  • padding - the space inside an element

Typography

  • Typography - typography options allow users to set font styles, colors, text indentation, and other formatting options; these properties can be found under the Typography section

To learn how to upload custom font files, check the Font Management section.

Background

Background - the Background section allows users to set the background color for their components, accepted values:

  • a valid color name - like red
  • a HEX value - like #ff0000
  • an RGB value - like rgb(255,0,0)

Border

Border - border properties can be customized under the Border section, users can set the radius, width, or color of their component’s borders

Advanced

  • Advanced - for advanced customization, users can add CSS classes to pre-defined components, this option is available under the Advanced section

By utilizing these styling options in FLOWX.AI, users can create unique and visually appealing interfaces that meet their design requirements.

Tree view

The Tree View panel displays the component hierarchy, allowing users to easily navigate through the different levels of their interface.

Clicking on a specific component in the tree will highlight the selection in the editor, making it easy to locate and modify.

UI component types

Different UI component types can be configured using UI Designer. The components can be configured only using user task nodes or milestone nodes.

Depending on the component type different properties are available for configuration.

Understanding these component types will help you to better utilize the UI Designer tool and create rich web interfaces efficiently.

UI component types

Different UI component types can be configured using UI Designer. The components can be configured only using user task nodes or milestone nodes.

Understanding these component types will help you to better utilize the UI Designer tool and create rich web interfaces efficiently.

Milestone node UI components