Create Process flow in UI Builder
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2022 05:20 AM
I am creating new application in UI Builder where whenever i click on an Incident, it should show which state its currently as process flow like below. I am unable to find which container to use and how to pull the data.
- Labels:
-
UI Builder : Next Experience

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2022 05:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2024 01:06 AM
Hi Marc,
Hope you are doing great,
I'm new to UI Builder ,particularly about this process flow in Workspace , can you please provide step by step procedure for how to configure stepper Component/Breadcrumbs component in workspace .
My requirement is this stepper need to be change with respect to state .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2023 07:50 AM
We were able to add the Stepper component, but not able to acheive to highlight the current stage/state of the ticket on the stepper.Request to please provide inputs if this worked

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2023 07:08 PM - edited 11-05-2023 07:11 PM
You need to set the id of the current step. See the example below:
Here in this example I am using static values but in a real scenario, you will need to look up the current stage of the record and set it to a client state property and bind it to the selected item property of the stepper.