Cafienne Reference Guide

Cafienne Reference Guide

  • Overview
  • Getting Started
  • CMMN
  • Cafienne IDE
  • Cafienne Engine
  • Extensions
  • API Reference
  • Releases

›Releases

Overview

  • Cafienne
  • A short introduction
  • Product Overview

Getting Started

  • Introducing Cafienne Demo
  • Generic UI
  • How to use task UI rendering
  • Two business applications
  • Obtaining Cafienne Demo

Some CMMN

  • What is CMMN
  • Modelling the Case Plan
  • Modelling the Case File
  • Modelling the Case Team
  • Other things to model

Cafienne IDE

  • An IDE?
  • Designing
  • Tasks and Parameters
  • Expressions
  • Deploying
  • Debugging

Cafienne Engine

  • The Cafienne Engine
  • Authentication
  • Authorization
  • Pictorial overview
  • Logging
  • Configuration
  • Repository

Extensions

  • Do we need extensions?
  • Workflow
  • Business Identifiers

API Reference

  • Introducing the API
  • Joining the platform
  • Start a Case
  • Case Team membership
  • Executing the case
  • Retrieving cases and tasks
  • Casefile requests

Releases

  • Overview
  • 1.1.24
  • 1.1.23
  • 1.1.22
  • 1.1.21
  • 1.1.20
  • 1.1.19
  • 1.1.18
  • 1.1.17
  • 1.1.16
  • 1.1.15
  • 1.1.14
  • 1.1.13
  • 1.1.12
  • 1.1.11
  • 1.1.10
  • 1.1.9
  • 1.1.8
  • 1.1.7
  • 1.1.6
  • 1.1.5
  • 1.1.4
  • 1.1.3
  • 1.1.2
  • 1.1.1
  • 1.1.0

Cafienne Engine Release 1.1.24

Archival & Deletion

This release introduces a new experimental feature with pluggable support for Archival & Deletion. Please note that the feature is experimental - we may enhance or change the APIs in a future release.

This initial implementation is sponsored by Visionplanner, for which we are very thankful.

Support for Archival

Archive and restore a case with it's sub cases and process tasks.

Cafienne now supports an implementation for archiving cases.

By default, the archive is written to disk as a json document. Custom implementations of the Storage interface can archive to and restore from other cold storage mechanisms.

Support for Deletion

Delete a case or even a tenant with all it's cases.

In addition to the new archiving feature, this release also provides support for full deletion of cases and tenants. Deleting a tenant will also delete all the cases inside that tenant.

More CMMN compliance

This release comes with two fixes that make the engine even more CMMN compliant than it already was. One of the strongest features of CMMN is it's declarative nature. This release fixes a nasty little bug in which the engine was not completely agnostic to the order of the plan item elements within the XML definitions file. No need to worry about order in your flows any longer!

Tickets closed

TicketDescription
#365NullpointerReference during Entry (if expression evaluation) on Stage
#366Empty Stage should never be active, but complete immediately
← Overview1.1.23 →
  • Support for Archival
  • Support for Deletion
  • More CMMN compliance
  • Tickets closed