This component generates a view to showcase the progress of a process for which the steps are pre-determined. For example, imagine the delivery of a parcel where the different steps from warehouse to destination are known.
A horizontal progress bar and circular nodes for each “step” in the process are rendered in the composite view. The active step in the process is denoted by an open circle, while already completed and future steps are closed. The colors of the base progress bar and the completed steps can be configured in the dialogue settings.
By entering an ID number corresponding to a specific subject in a process (ex: Order ID, Customer ID, Case ID, Patient ID, etc.), the user can visually interpret how many steps the process is, track how far along the subject is, and see the names and dates of each step in the journey.
The view can be used to inspect data in a local workflow or in a data app deployed online and accessible by anyone via web browser. The second option allows the user of the data app to drill down into the progress of a given subject undergoing a sequence of pre-determined steps from any device.
DISCLAIMER: The component does not show any progress for processes with more than 10 steps.
- Type: TableData TableA KNIME Table where each row represents a step in a process for a given subject. Four Columns of data are necessary to describe each step: an “ID” column (String) to uniquely identify the subject; a “Step Name” column (String) to describe the name of the step; a “Status” column (Boolean) to denote whether or not this step has been completed; a “Date/Time” column (Date or Date & Time) to describe when the step occurred. These values may be missing for rows with “false” status.