Now showing 1 - 10 of 20
  • Thumbnail Image
    Some of the metrics are blocked by your 
    Item type:Publication,
  • Thumbnail Image
    Some of the metrics are blocked by your 
    Item type:Publication,
    ProAmbitIon: Online Process Conformance Checking with Ambiguities Driven by the Internet of Things
    (CEUR-WS.org, 2023-06) ; ;
    Mauricio Jacobo González González
    ;
    Enrique Garcia-Ceja
    ;
    Luis Armando Rodríguez Flores
    The ongoing digitization of processes in everyday life shows great potential for process automation, analysis, and optimization. However, digital traces of processes in the physical world, especially those involving human interactions, are often incomplete. This limits the possibilities for an automated process monitoring and analysis. ProAmbitIon proposes to use the Internet of Things (IoT) to bridge the gap between physical world process executions and their digital traces. In this project we leverage software-controlled sensors and actuators to enable a fine-grained monitoring and contextualization of process activities. Digital traces of executed processes can be created from and enriched with IoT data, and used for conformance checking to detect deviations-even at runtime and without relying on a Business Process Management System (BPMS). In developing new approaches for IoT-driven process conformance checking, we also address the issue of potential ambiguities originating from 1) informal process descriptions and 2) the lack of process-related data in IoT data. The project is conducted using real-world scenarios from smart healthcare and smart manufacturing.
    Type:
    Journal:
    Volume:
  • Thumbnail Image
    Some of the metrics are blocked by your 
    Item type:Publication,
    ProAmbitIon, reloaded: A two-year retrospection
    (ceur-ws.org, 2025-06) ; ;
    García-Bañuelos, Luciano
    ;
    The rapid digital transformation of business processes holds significant promise for enhancing process automation, analysis, and optimization. However, digital traces of real-world processes-particularly those involving human activities-are frequently incomplete, thereby constraining the capabilities for automated process analysis. With the ProAmbitIon project, we address this challenge by leveraging the Internet of Things (IoT) to bridge the gap between real-world process executions and their digital representations. First, by augmenting the process environment with sensors, we enable a fine-grained monitoring and contextualization of process activities. Next, by generating and enriching digital traces from and with IoT data, we enable online conformance checking without depending on traditional information systems. With the development of new approaches for IoT-driven process conformance checking, we also address the issue of ambiguities originating from process-related artifacts. The project is validated through real-world scenarios from healthcare and manufacturing. We report on the results and insights from the first two years of the project, and outline current work and next steps.
    Type:
    Journal:
  • Thumbnail Image
    Some of the metrics are blocked by your 
    Item type:Publication,
    Sustainability in and through IoT-enhanced Business Processes
    (ceur-ws.org, 2024-09)
    Albert, Manoli
    ;
    Antoni Mestre Gascon
    ;
    ;
    Torres, Victoria
    ;
    Valderas, Pedro
    In today's interconnected world, businesses integrate Internet of Things (IoT) devices to enhance efficiency, gather real-time data, and make informed decisions. These devices autonomously execute tasks and collect data, revolutionizing business processes (IoT-enhanced BPs). They optimize operations, improve productivity, and streamline resource utilization across various industries, such as manufacturing, retail, and logistics. However, businesses must also focus on sustainability beyond environmental concerns, encompassing economic, social, human, and technical aspects. Measuring the sustainability of IoT-enhanced BPs across these dimensions is crucial for long-term viability. While sustainability in business processes has been integrated over the past two decades, existing research has not sufficiently considered the role that IoT devices play in this context. To this end, this work aims to analyze the impact of IoT devices on sustainability issues, emphasizing the need for ongoing research in the BPM field to achieve sustainable IoT-enhanced BPs.
    Type:
    Journal:
  • Thumbnail Image
    Some of the metrics are blocked by your 
    Item type:Publication,
    From Internet of Things Data to Business Processes: Challenges and a Framework
    (2024-05)
    Jürgen Mangler
    ;
    ;
    Benzin, Janik-Vasily
    ;
    Grüger, Joscha
    ;
    Kirikkayis, Yusuf
    The IoT and Business Process Management (BPM) communities co-exist in many shared application domains, such as manufacturing and healthcare. The IoT community has a strong focus on hardware, connectivity and data; the BPM community focuses mainly on finding, controlling, and enhancing the structured interactions among the IoT devices in processes. While the field of Process Mining deals with the extraction of process models and process analytics from process event logs, the data produced by IoT sensors often is at a lower granularity than these process-level events. The fundamental questions about extracting and abstracting process-related data from streams of IoT sensor values are: (1) Which sensor values can be clustered together as part of process events?, (2) Which sensor values signify the start and end of such events?, (3) Which sensor values are related but not essential? This work proposes a framework to semi-automatically perform a set of structured steps to convert low-level IoT sensor data into higher-level process events that are suitable for process mining. The framework is meant to provide a generic sequence of abstract steps to guide the event extraction, abstraction, and correlation, with variation points for plugging in specific analysis techniques and algorithms for each step. To assess the completeness of the framework, we present a set of challenges, how they can be tackled through the framework, and an example on how to instantiate the framework in a real-world demonstration from the field of smart manufacturing. Based on this framework, future research can be conducted in a structured manner through refining and improving individual steps.
    Type:
  • Thumbnail Image
    Some of the metrics are blocked by your 
    Item type:Publication,
    A Domain-specific Language and Architecture for Detecting Process Activities from Sensor Streams in IoT (Journal First Presentation)
    (2026-09) ;
    Daniel Locher
    ;
    Marco Kaufmann
    ;
    Modern Internet of Things (IoT) systems are equipped with a large quantity of sensors providing real-time data about the current operations of their components, which is crucial for the systems’ internal control systems and processes. However, these data are often too fine-grained to derive useful insights into the execution of the larger processes an IoT system might be part of. Process mining has developed advanced approaches for the analysis of business processes that may also be used in the context of IoT. Bringing process mining to IoT requires an event abstraction step to lift the low-level sensor data to the business process level. In this work, we aim to enable domain experts to perform this step using a newly developed domain-specific language (DSL) called Radiant. Radiant supports the specification of patterns within the sensor data that indicate the execution of higher level process activities. These patterns are translated to complex event processing (CEP) applications to be used for detecting activity executions at runtime. We propose a corresponding software architecture that enables online event abstraction from IoT sensor streams using the CEP applications. We evaluate these applications to monitor activity executions in smart manufacturing and smart healthcare. These evaluations are useful to inform the domain expert about the quality of activity detections based on the specified patterns and potential for improvement via additional or modified patterns and sensors.
    Type:
    Journal:
  • Thumbnail Image
    Some of the metrics are blocked by your 
    Item type:Publication,
    Online detection of process activity executions from IoT sensors using generated event processing services
    (Elsevier BV, 2025) ;
    Kurz Aaron Friedrich
    ;
    Data streams from Internet of Things (IoT) devices containing sensors and actuators provide new insights into their interactions, context, and process executions in the physical world. These new data sources may open up novel opportunities to apply Business Process Management (BPM) technologies to analyze process and activity executions using established process mining techniques. However, the rather low abstraction level of data emitted from the IoT devices is often not suitable to directly apply process mining, which requires additional steps of event abstraction. Related approaches train expensive supervised machine learning models on historical sensor data to realize this event abstraction enabling only a post-mortem classification of activity executions. In this work we propose a framework to automatically generate activity detection services from IoT data with minimal human involvement to implement the event abstraction. Along with the framework, we present a software architecture focused on a flexible and extensible complex event processing (CEP) platform that achieves high-performance activity detection from IoT data streams at runtime-enabling online process analytics. Evaluations of our proof-of-concept implementation to monitor processes executed in smart manufacturing and smart healthcare show acceptable results when detecting activities that are affected by no to only small variations in the underlying IoT data. We identify several ways to improve the robustness of the activity detections regarding variations in IoT data as starting points for future work.
    Type:
    Journal:
    Volume:
    Scopus© Citations 3
  • Thumbnail Image
    Some of the metrics are blocked by your 
    Item type:Publication,
    A Characterisation of Ambiguity in BPM
    (2023) ; ;
    Hugo A. Lopez
    ;
    Andrea Burattin
    ;
    Luciano Garcia Banuelos
    Business Process Management is concerned with processrelated artefacts such as informal specifications, formal models, and event logs. Often, these process-related artefacts may be affected by ambiguity, which may lead to misunderstandings, modelling errors, non-conformance, and incorrect interpretations. To date, a comprehensive and systematic analysis of ambiguity in process-related artefacts is still missing. Here, following a systematic development process with strict adherence to established guidelines, we propose a taxonomy of ambiguity, identifying a set of concrete ambiguity types related to these process-related artefacts. The proposed taxonomy and ambiguity types help to detect the presence of ambiguity in process-related artefacts, paving the road for improved processes. We validate the taxonomy with external process experts.
    Type:
    Scopus© Citations 16
  • Thumbnail Image
    Some of the metrics are blocked by your 
    Item type:Publication,
    Exploring the Cognitive Effects of Ambiguity in Process Models
    (2024) ; ;
    Clemens Schreiber
    ;
    Hugo-andrés López
    ;
    Ambiguity in business process models might lead to multiple alternative process interpretations by the readers. This plurality of interpretations causes undesirable situations such as misunderstandings, unclear responsibilities, and unexpected behaviors. However, to date, little attention has been given to how ambiguity affects the model readers. Here, we report on an eye-tracking study aimed at investigating the impact of different ambiguities (i.e., pragmatic, semantic, syntactic, and lexical) on readers' cognitive load, comprehension, and visual associations when reading process models. The results of this study show that these ambiguities yield a significant impact on cognitive load, comprehension, and visual associations. These results raise further attention toward the negative effects of ambiguity from a cognitive and behavioral perspective, and stimulate the development of novel tools supporting ambiguity detection in process models.
    Type:
    Scopus© Citations 10
  • Thumbnail Image
    Some of the metrics are blocked by your 
    Item type:Publication,
    An Interactive Method for Detection of Process Activity Executions from IoT Data
    The increasing number of IoT devices equipped with sensors and actuators pervading every domain of everyday life allows for improved automated monitoring and analysis of processes executed in IoT-enabled environments. While sophisticated analysis methods exist to detect specific types of activities from low-level IoT data, a general approach for detecting activity executions that are part of more complex business processes does not exist. Moreover, dedicated information systems to orchestrate or monitor process executions are not available in typical IoT environments. As a consequence, the large corpus of existing process analysis and mining techniques to check and improve process executions cannot be applied. In this work, we develop an interactive method guiding the analysis of low-level IoT data with the goal of detecting higher-level process activity executions. The method is derived following the exploratory data analysis of an IoT data set from a smart factory. We propose analysis steps, sensor-actuator-activity patterns, and the novel concept of activity signatures that are applicable in many IoT domains. The method shows to be valuable for the early stages of IoT data analyses to build a ground truth based on domain knowledge and decisions of the process analyst, which can be used for automated activity detection in later stages.
    Type:
    Journal:
    Volume:
    Issue:
    Scopus© Citations 38