User Tools

Site Tools


bpmn-leaks-when-analysis

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
bpmn-leaks-when-analysis [2018/11/22 10:01]
pullonen
bpmn-leaks-when-analysis [2019/09/29 16:53]
admin
Line 1: Line 1:
 ====== BPMN leaks-when analysis ====== ====== BPMN leaks-when analysis ======
-In BPMN leaks-when analysis the input is a BPMN model with annotations in pseudocode to write out how different components are +In BPMN leaks-when analysis the input is a BPMN model with annotations in pseudocode to write out how different components are related.
  
 ===== Annotating the model ===== ===== Annotating the model =====
Line 10: Line 10:
  
 The analysis output is a table that summarizes which components of the inputs flow to the outputs. The cells in the table summarize the conditions and filters that the data passes. For data that //always// flows to the output there were no restrictive filters in the flow. The cell value //never// means that this output is not affected by that input. Finally, the //if// condition indicates that the flow is conditional and the passed filters can be seen when hovering over the cell. The analysis output is a table that summarizes which components of the inputs flow to the outputs. The cells in the table summarize the conditions and filters that the data passes. For data that //always// flows to the output there were no restrictive filters in the flow. The cell value //never// means that this output is not affected by that input. Finally, the //if// condition indicates that the flow is conditional and the passed filters can be seen when hovering over the cell.
 +
 +===== Source code =====
 +
 +The source code of the analysis tool is available at [[https://​github.com/​pleak-tools/​pleak-leaks-when-analysis|pleak-leaks-when-analysis]] repository. The user interface of the analysis tool is accessible through [[https://​github.com/​pleak-tools/​pleak-sql-editor|pleak-sql-editor]].
bpmn-leaks-when-analysis.txt ยท Last modified: 2021/02/04 14:39 by pullonen