flow stage view in a HR cases
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2025 06:45 AM
Hi!
I found this "flow" visuals when I was working on defects/Epic and I wonder:
Is it possible to show this on HR cases (i.e., show case state flow visuals)
Curious if this has been asked/looked at before. Appreciate any leads. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2025 08:21 PM
Hello @SNhydrone,
-
1. Navigate to the Form:Access the HR case form in ServiceNow.
-
2. Add Process Flow Formatter:Configure the form to include a Process Flow Formatter field. This field will display the state flow visually.
-
3. Configure the Formatter:Define the state flow transitions and the visual representation (e.g., arrows, labels) within the Process Flow Formatter configuration.
-
4. Test the Visualization:Ensure that the Process Flow Formatter accurately displays the state transitions as expected when the HR case progresses through its lifecycle.
-
5. Customize as needed:You can further customize the Process Flow Formatter to show only certain states based on specific scenarios or conditions using Onchange() client scripts and script includes.
-
6. Use existing state flows:You can leverage the existing HR case and task flows in ServiceNow, which define the states and transitions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2025 10:58 AM
Hi @SNhydrone
What you are referring to is Process Flow formatter.
Note: The configurations are different if you want to use it in Native UI or Workspace.
For Native UI: Follow below steps
- System UI -> Process Flow
- Create New
- Select the table for which you want to create the formatter (Note: For HRSD, each COE table, you will to have to configure a separate formatter)
- Select the state
- Order
- Configure the condition (e.g. State = Draft)
- Save
- Repeat step 2 for all the states that you want to display on the Process flow
- Now we will have bring formatter on the form.
- Open any case (Note: Case should belong to same COE for which formatter was configured)
- Configure -> Form layout
- Select “Process Flow” and bring it to the right side and to the top
- Ensure “Default” view is select
- Click on save
For configural workspace : Follow steps as mentioned here
Stepper Component in Configurable Workspaces
Please mark helpful and accept answer if it's worthy for you.
Best Regards
Bhavesh Bijagare