This component generates a view to explore processes. A vertical flowchart and range slider are rendered in the composite view.
Using the slider you can filter out activities that occur up to the selected relative frequency, that is the percentage of how often that trace occurs over all other possible traces. To filter processes based on a timestamp or other metrics, consider building a custom workflow before this component.
How to interpret the flowchart:
- Each node represents the process/trace state. Links between process states represent the transaction from the state above to the one below.
- The transaction between states maps to an activity that has been carried out in the process.
- The number on the links represent the number of processes/traces that went through that transaction between states.
- The nodes S and E are added to each process and represent the start and end of the process, respectively.
- The number on the nodes, between brackets “<” and “>”, represents the number of processes that include such a state.
- The color of the node, from light yellow to dark orange, depends on the displayed number: the higher the number the darker the color.
The flowchart was implemented using the JavaScript library “mermaid.js” (github.com/mermaid-js/mermaid), MIT License (MIT), Copyright (c) 2014 - 2022 Knut Sveidqvist.
To use this component in KNIME, download it from the below URL and open it in KNIME:
Download ComponentDeploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!Do you have feedback, questions, comments about NodePit, want to support this platform, or want your own nodes or workflows listed here as well? Do you think, the search results could be improved or something is missing? Then please get in touch! Alternatively, you can send us an email to mail@nodepit.com.
Please note that this is only about NodePit. We do not provide general support for KNIME — please use the KNIME forums instead.