CaseFabric Reference Guide

CaseFabric Reference Guide

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

›Getting Started

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

Human Task Model and Start Case Schema

In CaseFabric UI, there is a method to declare a user interface with a JSON structure that will render a UI for a business user who is executing the Case Plan. You have to declare this JSON structure in the Human Task Model in the CaseFabric IDE. On top of that, you can declare a User Interface that helps you starting a case instance; for this, use the Start Case Editor.

The Human Task Model is an implementation of a Human Task, the Start Case Editor provides you in CaseFabric UI –in the IDE next to the button Start Case– a User Interface that allows a business user to enter data to the Case File Item that is modeled as input parameter of the Case Plan.

Human Task Model

In the CaseFabric IDE (on http://localhost:2081), if you are modeling a Case Model, you can create a Human Task Model. You can click in the navigator on the label for Human Task Model; you will see a little panel in which you can create a Human Task Model by entering a Name and Description and next click on Create or Create+Open.

In the Human Task Model Editor, you must first enter the Case File Item that are input and output parameters of the task. Next, you can add a JSON structure, like the one that is described in the previous page.

In the Start Case Editor, you can only enter the JSON structure. You add the Case Input Parameters using the input parameters of the Case.

← Generic UITwo business applications →
  • Human Task Model