@inproceedings{SchneidKuchenThoeneetal.2021, author = {Schneid, Konrad and Kuchen, Herbert and Th{\"o}ne, Sebastian and Di Bernardo, Sascha}, title = {Uncovering Data-Flow Anomalies in BPMN-Based Process-Driven Applications}, series = {Proceedings of the 36th Annual ACM Symposium on Applied Computing}, booktitle = {Proceedings of the 36th Annual ACM Symposium on Applied Computing}, publisher = {Association for Computing Machinery}, address = {New York, NY, USA}, isbn = {9781450381048}, doi = {10.1145/3412841.3442025}, pages = {1504 -- 1512}, year = {2021}, abstract = {Process-Driven Applications flourish through the interaction between an executable BPMN process model, human tasks, and external software services. All these components operate on shared process data, so it is even more important to check the correct data flow. However, data flow is in most cases not explicitly defined but hidden in model elements, form declarations, and program code. This paper elaborates on data-flow anomalies acting as indicators for potential errors and how such anomalies can be uncovered despite implicit and hidden data-flow definitions. By considering an integrated view, it goes beyond other approaches which are restricted to separate data-flow analysis of either process model or source code. The main idea is to merge call graphs representing programmed services into a control-flow representation of the process model, to label the resulting graph with associated data operations, and to detect anomalies in that labeled graph using a dedicated data-flow analysis. The applicability of the solution is demonstrated by a prototype designed for the Camunda BPM platform.}, language = {en} }