Usage Scenario: Process Tracking with Task Routing
When the user wants to access the task detail from a process list, they are directed directly to the relevant task screen. Thus, users can quickly view the steps of the process and take action.
Adding Action to Task List Button
Enter the UI Design module.
Go to the Elements panel on the left side.
Drag and drop the Button element.
Under the Properties panel, enter the text “Navigate To Task” in the Label heading.
Select Button and add the action OnClick → Process Automation → Navigate To Task from the + ADD ACTION menu.
Configuring the Navigate To Task Action
Step Key: item.stepKey (Unique step ID for each task. Can be dynamically assigned.)
Open As: Drawer (The user sees the task detail on the side while staying on the same page.)
Execute Page Init Actions: On (Initially defined actions are executed automatically when the task screen is loaded.)
With this configuration, when the user wants to see the details of a task in the list, they can access all the details of the task with a window that opens on the side after clicking. This facilitates process tracking and seamless user experience.