<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://pranke.com/hilfe/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://pranke.com/hilfe/feed.php">
        <title>eBiss 3 en:prozessdefinition:jobs:beispiele</title>
        <description></description>
        <link>https://pranke.com/hilfe/</link>
        <image rdf:resource="https://pranke.com/hilfe/lib/exe/fetch.php?media=favicon.ico" />
       <dc:date>2026-04-07T12:27:15+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://pranke.com/hilfe/doku.php?id=en:prozessdefinition:jobs:beispiele:backendintegration&amp;rev=1708413320&amp;do=diff"/>
                <rdf:li rdf:resource="https://pranke.com/hilfe/doku.php?id=en:prozessdefinition:jobs:beispiele:importarticle&amp;rev=1708413320&amp;do=diff"/>
                <rdf:li rdf:resource="https://pranke.com/hilfe/doku.php?id=en:prozessdefinition:jobs:beispiele:importdesadv&amp;rev=1708413320&amp;do=diff"/>
                <rdf:li rdf:resource="https://pranke.com/hilfe/doku.php?id=en:prozessdefinition:jobs:beispiele:importorderresponse&amp;rev=1708413320&amp;do=diff"/>
                <rdf:li rdf:resource="https://pranke.com/hilfe/doku.php?id=en:prozessdefinition:jobs:beispiele:inputdispatcher&amp;rev=1708413320&amp;do=diff"/>
                <rdf:li rdf:resource="https://pranke.com/hilfe/doku.php?id=en:prozessdefinition:jobs:beispiele:jobsconfig_sendfrombackend&amp;rev=1708413320&amp;do=diff"/>
                <rdf:li rdf:resource="https://pranke.com/hilfe/doku.php?id=en:prozessdefinition:jobs:beispiele:messageselector&amp;rev=1708413320&amp;do=diff"/>
                <rdf:li rdf:resource="https://pranke.com/hilfe/doku.php?id=en:prozessdefinition:jobs:beispiele:outputdispatcher&amp;rev=1708413320&amp;do=diff"/>
                <rdf:li rdf:resource="https://pranke.com/hilfe/doku.php?id=en:prozessdefinition:jobs:beispiele:receivesomething&amp;rev=1708413320&amp;do=diff"/>
                <rdf:li rdf:resource="https://pranke.com/hilfe/doku.php?id=en:prozessdefinition:jobs:beispiele:sendsomething&amp;rev=1708413320&amp;do=diff"/>
                <rdf:li rdf:resource="https://pranke.com/hilfe/doku.php?id=en:prozessdefinition:jobs:beispiele:start&amp;rev=1708413320&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://pranke.com/hilfe/lib/exe/fetch.php?media=favicon.ico">
        <title>eBiss 3</title>
        <link>https://pranke.com/hilfe/</link>
        <url>https://pranke.com/hilfe/lib/exe/fetch.php?media=favicon.ico</url>
    </image>
    <item rdf:about="https://pranke.com/hilfe/doku.php?id=en:prozessdefinition:jobs:beispiele:backendintegration&amp;rev=1708413320&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-20T08:15:20+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Backend Integration</title>
        <link>https://pranke.com/hilfe/doku.php?id=en:prozessdefinition:jobs:beispiele:backendintegration&amp;rev=1708413320&amp;do=diff</link>
        <description>Backend Integration

The jobstep is defined as:

	*  BackendObjectRetrieverEx
	*  DelegatorJob.


Entities extracted from the connected host system by the BackendObjectRetrieverEx and placed in a mailbox are passed to the subsequent OutputDispatcher job using DelegatorJob job steps. The documents should be sent to a partner via eGate.</description>
    </item>
    <item rdf:about="https://pranke.com/hilfe/doku.php?id=en:prozessdefinition:jobs:beispiele:importarticle&amp;rev=1708413320&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-20T08:15:20+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Import Articles</title>
        <link>https://pranke.com/hilfe/doku.php?id=en:prozessdefinition:jobs:beispiele:importarticle&amp;rev=1708413320&amp;do=diff</link>
        <description>Import Articles

The EventRouteReceiver receives all objects passed through the EventRouter  of the calling job and passes them on to the subsequent job. The EntityTransformer Converts all objects (articles) into the format of the backend object, so that the BackendObjectTransmitter  can register them in the target system (external merchandise management system).</description>
    </item>
    <item rdf:about="https://pranke.com/hilfe/doku.php?id=en:prozessdefinition:jobs:beispiele:importdesadv&amp;rev=1708413320&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-20T08:15:20+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Import DESADV</title>
        <link>https://pranke.com/hilfe/doku.php?id=en:prozessdefinition:jobs:beispiele:importdesadv&amp;rev=1708413320&amp;do=diff</link>
        <description>Import DESADV

This job has two tasks: to extract all articles contained in a DespatchAdvice document and to forward them to the next job and to register the DespatchAdvice document in the eBiss database.
The next branch performs the same processing steps as described under</description>
    </item>
    <item rdf:about="https://pranke.com/hilfe/doku.php?id=en:prozessdefinition:jobs:beispiele:importorderresponse&amp;rev=1708413320&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-20T08:15:20+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Import ORDRSP</title>
        <link>https://pranke.com/hilfe/doku.php?id=en:prozessdefinition:jobs:beispiele:importorderresponse&amp;rev=1708413320&amp;do=diff</link>
        <description>Import ORDRSP

This job has two tasks: to extract all articles contained in an OrderResponse document and forward them to the next job and to register the OrderResponse document itself in the eBiss database.

All  OrderRepsonse documents  that have passed through the</description>
    </item>
    <item rdf:about="https://pranke.com/hilfe/doku.php?id=en:prozessdefinition:jobs:beispiele:inputdispatcher&amp;rev=1708413320&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-20T08:15:20+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Input Dispatcher</title>
        <link>https://pranke.com/hilfe/doku.php?id=en:prozessdefinition:jobs:beispiele:inputdispatcher&amp;rev=1708413320&amp;do=diff</link>
        <description>Input Dispatcher

Overview

An InputDispatcher job takes many tasks. First, all documents and interchange documents must be extracted from the entities and stored in original state for security reasons. Furthermore, the receipt of the documents has to be noted in the</description>
    </item>
    <item rdf:about="https://pranke.com/hilfe/doku.php?id=en:prozessdefinition:jobs:beispiele:jobsconfig_sendfrombackend&amp;rev=1708413320&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-20T08:15:20+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Send.FromBackend</title>
        <link>https://pranke.com/hilfe/doku.php?id=en:prozessdefinition:jobs:beispiele:jobsconfig_sendfrombackend&amp;rev=1708413320&amp;do=diff</link>
        <description>Send.FromBackend




This job template also consists of only two components, a BackendObjectReceiver and a DelegatorJob. In this example, entities that were set in a mailbox by the backend are extracted by the BackendObjectReceiver and passed to the following job (Output Dispatcher) using the delegator job. Here documents should be sent to a partner via eGate.</description>
    </item>
    <item rdf:about="https://pranke.com/hilfe/doku.php?id=en:prozessdefinition:jobs:beispiele:messageselector&amp;rev=1708413320&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-20T08:15:20+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Select messages</title>
        <link>https://pranke.com/hilfe/doku.php?id=en:prozessdefinition:jobs:beispiele:messageselector&amp;rev=1708413320&amp;do=diff</link>
        <description>Select messages

A SelectMessage job consists of only two jobsteps: The MessageSelector loads messages from the message basket depending on the result, the function entered under Expression. All messages to which the function applies (CompareDateTime = 2007-01-29T17: 50: 00</description>
    </item>
    <item rdf:about="https://pranke.com/hilfe/doku.php?id=en:prozessdefinition:jobs:beispiele:outputdispatcher&amp;rev=1708413320&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-20T08:15:20+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Output Dispatcher</title>
        <link>https://pranke.com/hilfe/doku.php?id=en:prozessdefinition:jobs:beispiele:outputdispatcher&amp;rev=1708413320&amp;do=diff</link>
        <description>Output Dispatcher

An Output Dispatcher job performs different tasks. First, all documents and Interchange documents must be extracted from the entities and stored in original state for security reasons. Furthermore, the receipt of the documents has to be noted in the</description>
    </item>
    <item rdf:about="https://pranke.com/hilfe/doku.php?id=en:prozessdefinition:jobs:beispiele:receivesomething&amp;rev=1708413320&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-20T08:15:20+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Receive messages</title>
        <link>https://pranke.com/hilfe/doku.php?id=en:prozessdefinition:jobs:beispiele:receivesomething&amp;rev=1708413320&amp;do=diff</link>
        <description>Receive messages

The Receive.Harddisk job consists of two jobsteps. The ChannelReceiverloads entities via a Kanal specified in the ChannelReceiver properties. Depending on the channel settings, Mails with entities from an eGate account, from a hard disk directory, or other, and forwards them to the job specified in the</description>
    </item>
    <item rdf:about="https://pranke.com/hilfe/doku.php?id=en:prozessdefinition:jobs:beispiele:sendsomething&amp;rev=1708413320&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-20T08:15:20+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Send messages</title>
        <link>https://pranke.com/hilfe/doku.php?id=en:prozessdefinition:jobs:beispiele:sendsomething&amp;rev=1708413320&amp;do=diff</link>
        <description>Send messages

Your ChannelSender sends all Interchange documents, which are set by the calling job to the To.Partner message basket, to the partners..</description>
    </item>
    <item rdf:about="https://pranke.com/hilfe/doku.php?id=en:prozessdefinition:jobs:beispiele:start&amp;rev=1708413320&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-20T08:15:20+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Job Examples</title>
        <link>https://pranke.com/hilfe/doku.php?id=en:prozessdefinition:jobs:beispiele:start&amp;rev=1708413320&amp;do=diff</link>
        <description>Job Examples

The sample jobs listed here are intended to illustrate some essential processes in eBiss and can be used in a modified form (adapted to individual business processes).

Topics
beispiele index</description>
    </item>
</rdf:RDF>
