Table of Contents

Workflows

Workflow is in CzechIdM usually used to represent identity process e.g. "Enable contract". Workflow is a piece of code that

Diagram

Workflow has its diagram which is the best way for describing it.

When workflow process is in progress, the red line symbolize the path through the workflow states.

Import and versioning

CzechIdM uses several standard workflows, which can be of course replaced e.g with upgraded version. Or new workflows can be imported. To do so CzechIdM supports drag & drop on its GUI for workflows management.

If a workflow is imported to CzechIdm which was already present in the application before, the version number is increased by 1. If there was a new version uploaded and old workflow had some instances running, they finish its run following original version of workflow. New instances of workflow are run with uploaded (new) definition.

Definition in a file

Workflow definition is kept in a file which is of the XML format. You can find standard workflows in source files. Workflow definitions are loaded from files every time the application is started.

Read more

Admin guide

Devel guide