Task list columns can be configured to change the visible columns in the task list.
Available list columns
The following properties can be shown in the task list:
Properties from the document, with the 'doc:' prefix. E.g.: doc:first-name
Properties from the task, with the 'task:' prefix. The following properties are available:
createTime
name
assignee
dueDate
Starting Valtimo 12.6.0, the 'variable' property can be used in the task list. Using the variable property, process variables that exist in the process instance of the task can be shown. A variable property can be configured using the task:variable.firstName notation.
Configuring task list columns
To be documented.
Autodeployment
Task list columns can be autodeployed by adding json files on the classpath. These files should end with .case-task-list.json to be eligible for autodeployment.
Every deployment file represents a changeset. These files are required to contain a changesetId that should be unique over all deployment files that use changesets. When starting up, changesets that have already been executed will be ignored. A checksum of the changeset is created when it is executed. Changesets that have already been deployed should not change. Changesets that have been changed since a previous time will result in an error and failure to start the application.
All changesets can be executed again, even when the content has changed, by setting the valtimo.changelog.case-task-list.clear-tables property to true. By default, this setting is disabled.