7.7:documentation:workflows

Workflows

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

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.

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.

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