From 86c1a0ec8e79cf427bfa6927a3737f9518e1af04 Mon Sep 17 00:00:00 2001 From: Ralph Soika Date: Tue, 17 Oct 2017 23:07:09 +0200 Subject: [PATCH] doc --- src/site/markdown/quickstart/workitem.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/site/markdown/quickstart/workitem.md b/src/site/markdown/quickstart/workitem.md index cb9f3bf9d..a69b47c9f 100644 --- a/src/site/markdown/quickstart/workitem.md +++ b/src/site/markdown/quickstart/workitem.md @@ -65,7 +65,8 @@ The following table provides an overview about the data of a process instance ma |$creator |String |no | The user who created the workItem. | |$editor |String |no | The user who invoked the processWorkitem() method. | |$lasteditor |String |no | The last user, that invoked the process method before the $editor | -|$luceneignore |String |yes | If set to 'true' no lucene index will be created | +|$luceneignore |Boolean |yes | If set to 'true' no lucene index will be created. (See [DocumentService](../engine/documentservice.html) for details.) | +|$immutable |Boolean |yes | If set to 'true' updateing the workitem is no longer allowed. (See [DocumentService](../engine/documentservice.html) for details.) | |namOwner |List |no | String list of User/Roles, that are owners of that WorkItem. | |txtworkflowsummary |String|no | A short description of the current status | |txtworkflowabstract|String|no | A long description of the current status |