Home > Workflow

Workflow Administration Guide

Introduction

The workflow uses two technical branches:

Failure handling

A token can be restarted in the event of a failure (access right issues, unavailable resources, ...).

This functionality is available as a service at record-level on the "Tokens" table and in the history view of the process instance, in the current user task box. It cleans the current environment of the token (including all related work items) and sets the token to the beginning of the current task.

The token will be automatically replayed through a polling mechanism.

Unpublishing a process

Unpublishing a process happens in two steps:

The 'Unpublish' service is available at record-level on the publication table of the executions branch.

Deallocate or reallocate a work item

Changing the work item user can have lots of consequences. This is why two services are available to automate this action.

These services are available at record-level on the work item table of the executions branch. They are also available in the workflow user view.

Clean tables

In workflow, some tables can contain many records. Among them, records can become useless. It is recommended to regularly delete these useless records. Services are provided to clean these tables.

Interactions table

The service Clean interactions table deletes all useless records. Particularly, it deletes the interactions associated with a work item that no longer exists.

History table

Home > Workflow