<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.czechidm.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.czechidm.com/feed.php">
        <title>IdStory Identity Manager - devel:documentation:workflows:dev</title>
        <description></description>
        <link>https://wiki.czechidm.com/</link>
        <image rdf:resource="https://wiki.czechidm.com/_media/wiki/logo.png" />
       <dc:date>2026-05-16T02:16:07+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.czechidm.com/devel/documentation/workflows/dev/workflow_add_new_event_type?rev=1722246802&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.czechidm.com/devel/documentation/workflows/dev/workflow-hr-processes?rev=1549898899&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.czechidm.com/devel/documentation/workflows/dev/workflow?rev=1775723976&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.czechidm.com/_media/wiki/logo.png">
        <title>IdStory Identity Manager</title>
        <link>https://wiki.czechidm.com/</link>
        <url>https://wiki.czechidm.com/_media/wiki/logo.png</url>
    </image>
    <item rdf:about="https://wiki.czechidm.com/devel/documentation/workflows/dev/workflow_add_new_event_type?rev=1722246802&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-07-29T09:53:22+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Adding new event type to workflow</title>
        <link>https://wiki.czechidm.com/devel/documentation/workflows/dev/workflow_add_new_event_type?rev=1722246802&amp;do=diff</link>
        <description>Adding new event type to workflow

To add a new type of event that can be assigned a workflow in order to suspend all new events of this type until the workflow is finished, do the following:

	*  create a new class NewEventType implements WorkflowEventType, give it a CODE constant and implement the required interface methods:</description>
    </item>
    <item rdf:about="https://wiki.czechidm.com/devel/documentation/workflows/dev/workflow-hr-processes?rev=1549898899&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-02-11T15:28:19+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>HR processes</title>
        <link>https://wiki.czechidm.com/devel/documentation/workflows/dev/workflow-hr-processes?rev=1549898899&amp;do=diff</link>
        <description>HR processes

HR processes are mostly a special type of processors or stateful long running tasks. The intent here is to keep the process logic in the Activiti workflow, so it can be easily extensible without the need of digging in the code.

Both HR processors or long running tasks executes the same Activiti workflow process, the difference is in the time of execution:
- processors executes process immediately, when identity contract is changed (active operation)
- long running tasks are schedu…</description>
    </item>
    <item rdf:about="https://wiki.czechidm.com/devel/documentation/workflows/dev/workflow?rev=1775723976&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-09T08:39:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Workflow</title>
        <link>https://wiki.czechidm.com/devel/documentation/workflows/dev/workflow?rev=1775723976&amp;do=diff</link>
        <description>Workflow

workflow

We are using Activiti BPM Platform workflow engine. It is currently very widespread workflow engine, which is used for its ease of use and performance. It's main purpose is control and execution of process written by BPMN 2.0 language in Java.</description>
    </item>
</rdf:RDF>
