Dr Petros Papapanagiotou

Head of Development - Tech Consultant

Logic-based workflows

2009-today

This project aims to enhance the development of process workflows with AI techniques so that various properties of the models are verified as they are being built, i.e. workflows that are correct-by-construction.

In particular, we employ the proofs-as-processes paradigm which describes the correspondence between Classical Linear Logic (CLL) proofs with π-calculus processes. This enables us to create resource-based specifications of processes as logical sequents and compose them via formal proof. The result is a verified workflow with the following properties:

We call the corresponding process modelling tool WorkflowFM. It consists of a 3-tiered server/client architecture:

  1. The reasoner is implemented in HOL Light. It uses an array of automated proof search heuristics on top of an embedding of the proofs-as-processes paradigm to facilitate high-level process composition actions via proof.
  2. The client implements a purely diagrammatical interface that hides the underlying logic. Simple mouse gestures allow users without expertise in logic or theorem proving to take full advantage of the capabilities of WorkflowFM and it’s logical core.
  3. The server is used as an intermediate layer to allow multiple users and multiple reasoners. It takes care of practical concerns such as user authentication, and load balancing.

Main Publications