CaseFabric Reference Guide

CaseFabric Reference Guide

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

›Releases

Overview

  • CaseFabric
  • A short introduction
  • Product Overview

Getting Started

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

Some CMMN

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

CaseFabric IDE

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

CaseFabric Engine

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

Extensions

  • Do we need extensions?
  • Fault Handling
  • 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.34
  • 1.1.33
  • 1.1.32
  • 1.1.31
  • 1.1.30
  • 1.1.29
  • 1.1.28
  • 1.1.27
  • 1.1.26
  • 1.1.25
  • 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
← 1.1.251.1.23 →
  • Support for Archival
  • Support for Deletion
  • More CMMN compliance
  • Tickets closed