<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>AFRICA: Workflow Interoperability based on XML-messages</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Michael zur Muehlen</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Florian Klein</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>A Flexible</institution>
          ,
          <addr-line>Reliable</addr-line>
          ,
          <country>Intelligent Communication Architecture</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University of Muenster Department of Information Systems Steinfurter Str.</institution>
          <addr-line>109 48149 Muenster</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Electronic business relationships over the internet, such as the linking of cross-organizational business processes in virtual supply chains and other scenarios enjoy an increasing interest in the business world. Especially the use of XML as a domain-independent encoding standard for business documents has led to the development of standardized business frameworks, and the development of interoperability mechanisms that support these standards is underway. In this paper we describe an architecture for the support of crossorganizational workflows through XML messages. This architecture has been implemented and tested within the AFRICA1 project at the University of Muenster, Germany. While our work is based upon the emerging Wf-XML standard of the Workflow Management Coalition, it contains a number of significant enhancements that provide a secure, reliable management of global workflow processes.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>2.1 Workflow Interoperability</title>
      <p>In the area of workflow interoperability, a number of standardization efforts have been in place, namely by
standardization organizations like the Workflow Management Coalition, the Object Management Group and the
Internet Engineering Task Force.</p>
    </sec>
    <sec id="sec-2">
      <title>2.1.1 Workflow Management Coalition Interface 4</title>
      <p>
        The reference model of the Workflow Management Coalition (WfMC) identifies five functional interfaces, that
connect a workflow management system with external application systems, of which Interface 4 deals with
workflow interoperability [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. The interface definition consists of an abstract specification of those API calls,
that can be used to instantiate a workflow on a remote workflow management system, to change the execution
status of a workflow instance or to query the data processed in a remote workflow instance [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. Instantiations of
the abstract Interface 4 specification that relate to a specific message encoding scheme (e. g. HTML, MIME,
etc.) are called bindings. So far, only a MIME binding has been published by the WfMC [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. The applicability of
this specification has been demonstrated in an interoperability challenge [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] that was carried out in March 1999.
      </p>
    </sec>
    <sec id="sec-3">
      <title>2.1.2 Object Management Group Workflow Facility</title>
      <p>
        The Object Management Group (OMG) has standardized a facility that provides workflow services through an
object request broker [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. The Workflow Facility describes a set of workflow execution objects and their
respective interfaces that can be used for workflow interaction in business object environments. The Workflow
Facility standard has been officially released by the OMG, but adjacent components are still awaiting
standardization, such as a resource assignment interface for the association of workflow participants to workflow
activities [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] and a process modeling standard for the design of workflow processes [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ].
      </p>
    </sec>
    <sec id="sec-4">
      <title>2.1.3 Simple Workflow Access Protocol</title>
      <p>
        The Simple Workflow Access Protocol (SWAP) was created in 1998 through an industry consortium under the
auspices of Netscape, Oracle, SUN [
        <xref ref-type="bibr" rid="ref11 ref12">11, 12</xref>
        ]. The SWAP-specification, which is still in draft status, can be used
for the control of a workflow instance through a remote control instance by exchanging XML messages through
HTTP. The original industry consortium has handed over the SWAP specification to the Internet Engineering
Task Force (IETF) for standardization. However, progress has been slow with the standardization of SWAP.
Since the pressure for an interoperability standard using XML is mounting, the Workflow Management Coalition
has adopted the basic ideas of SWAP and merged them with an XML binding of the WfMC Interface 4
specification. The result is the forthcoming Wf-XML standard [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], which is described in the next section.
2.1.4 Wf-XML
Wf-XML [
        <xref ref-type="bibr" rid="ref13 ref14">13, 14</xref>
        ] is an interoperability standard (currently in beta-status), defined by a WfMC working group,
that combines the elementary concept of SWAP with the abstract commands defined by the WfMC Interface 4.
Wf-XML defines a set of request/response messages that are exchanged between an observer (which may or may
not be a workflow management system) and a workflow management systems that control the execution of a
remote workflow instance:
? CreateProcessInstance instantiates a new workflow instance within a remote workflow management
system.
? ChangeProcessInstanceState manipulates a workflow instance on a remote system (starting,
suspending, terminating the remote instance etc.).
? GetProcessInstanceData requests the status of the remote workflow instance.
? ProcessInstanceStateChanged signals to the requesting party (i. e. the observer of the workflow
process) that the remote process has been completed and passes the result data to the requesting party.
Due to the broad support by workflow vendors and the proximity of standardization, Wf-XML was chosen as the
message format for the AFRICA prototype.
2.2
      </p>
    </sec>
    <sec id="sec-5">
      <title>XML Business Frameworks</title>
      <p>Recently a number of standardization organizations for XML business frameworks have appeared on the
Internet. The most well-kown organizations of this kind are BizTalk and RosettaNet2.</p>
      <p>
        The BizTalk forum was created by Microsoft and aims at the definition of guidelines for the publication of
XML schemas by independent vendors [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. The use of XML messages for the integration of software systems is
propagated by the Simple Object Access Protocol, which is an XML/HTTP-based protocol for the
platformindependent access to services, objects and servers over the Internet.
      </p>
      <p>
        The RosettaNet consortium was formed by various manufacturers and suppliers of hard- and software in order
to standardize supply chain processes within the IT industry domain [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. The RosettaNet specification defines
Partner Interface Processes for various supply chain processes such as management of purchase orders, product
and technical data interchange, and order status handling.
2 Besides BizTalk and RosettaNet a number of other standardization organizations for XML frameworks exist, such as Open/EDI, OBI,
CommerceNet and the Open Trading Protocol Consortium.
3
      </p>
      <sec id="sec-5-1">
        <title>The AFRICA Prototype</title>
        <p>The AFRICA project was initiated in October 1999 with the aim of building a reliable infrastructure for
business-to-business workflows, using XML for message encoding. The focus was on incorporating complex,
non-sequential process models involving multiple partners and the integration of a global monitoring service.
Since the project team had a number of commercial workflow management systems available for testing and
integration purposes, it was decided not to implement a workflow engine with interoperability features, but
instead an add-on component (wrapper), that can be added to existing workflow installations. A reference
implementation of this wrapper was finished by March 2000, clearly demonstrating the potential of XML-based
process communication.3
3.1</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Design Rationale</title>
      <p>For the design of the AFRICA prototype, a number of design principles were employed, to make the system
usable in a large number of contexts, namely system independence, reusability, security and support for n-party
processes.</p>
      <p>System independence: The AFRICA prototype should enable companies to participate in cross-organizational
workflows without modifying existing workflow management systems. For this reason, the prototype was
implemented as a wrapper that sits on top of an existing application system and encapsulates the Wf-XML
message handling from the underlying system. Vendor supplied APIs are used to access the respective systems,
leaving the system integrity untouched.</p>
      <p>Reusability: The AFRICA prototype was designed with the goal of using as much of the system code as
possible in different environments. Therefore, a three tier architecture was developed, separating the transport
layer, process logic layer and abstraction layer. For changing transport protocols or security mechanisms, only
the transport layer needs to be adjusted, while during the migration to a different workflow management system
only the abstraction layer is changed accordingly, leaving the transport and process layer intact.</p>
      <p>Security: Communication between two AFRICA-enabled systems should be secure and reliable. In order to
achieve this, additional information have been inserted in the transport section of the Wf-XML messages that are
evaluated by the transport layer of the wrapper.</p>
      <p>Support for n-party processes: While most interoperability frameworks focus on the peer-to-peer interaction
between two business partners, the goal of the AFRICA project was the support for an arbitrary number of
involved parties (e. g. a complex supply chain with several involved parties). In order to maintain the overall
consistency of the process as well as to provide monitoring information about a global process regardless of the
local enactment, the notion of a GlobalProcessID was added to the Wf-XML messages.
3.2</p>
    </sec>
    <sec id="sec-7">
      <title>Message Format</title>
      <p>The AFRICA wrapper uses an extended Wf-XML format for the exchange
of messages. Each message consists of the four parts Transport, Security, &lt;&lt;W?fxMmelssvaegres&gt;ion="1.0"?&gt;
Header and Body. &lt;WfTransport&gt;</p>
      <p>The WfTransport section groups those elements that are relevant at ...
tlroacnaslpporrotacteisosnintismtaen,cbee,feo.reg.ththeemseenssdaegrearnedacrheceispiitesnetvoefntthuealmreescsipagieenat,si.we.elal &lt;&lt;W/fW.Sf.eT.cruarnistpyo&gt;rt&gt;
as a correlation key for the identification of request/response pairs. &lt;/WfSecurity&gt;</p>
      <p>The WfSecurity section contains a unique identifier for each message &lt;WfMessageHeader&gt;
and a timestamp. This information is used to identify lost, obsolete or &lt;./.W.fMessageHeader&gt;
intercepted messages and to acknowledge the receipt of the message by the &lt;WfMessageBody&gt;
transport layer (see section 3.3). ...</p>
      <p>The WfMessageHeader section contains – different from the original &lt;/W&lt;f/MWefsMseasgsea&gt;geBody&gt;
Wf-XML standard – the global process identifier that this message relates
to. Each wrapper only needs to know the mapping between the global
process and its own local process instances, but does not need to keep track Figure 1. Overall message structure
of the local naming schemas of other involved parties. The header section
also contains the identifier of the operation to be executed in order to enable the preprocessing of this
information.</p>
      <p>The WfMessageBody section contains the details about the operation to be executed as well as the context
data, i. e. the data that gets passed to the local workflow management system for further processing. We assume
3 See http://pcwi501.uni-muenster.de/africa/index.html
no predefined structure of the context data, this way, data schemas that have been standardized by other
organizations (cf. section 2.2) can be inserted here.</p>
      <p>In addition to the operations defined by the Wf-XML standard, a number of additional operations were
introduced, in order to facilitate global process management and the handling of monitoring information. These
operations are PassProcessInstance, GetHistory and Notify.</p>
      <p>PassProcessInstance hands the control of the global process over from one party to the next. The
sender switches into the state “suspended” and is re-activated, when his wrapper receives a PassProcessInstance
command himself. If a local process instance exists, the wrapper sets the state of this instance to active.running.
If no local instance for the global process exists, the wrapper instantiates a new local instance, starts it and
updates its lookup table with the local process ID. Note that the suspend and resume function only affects the
state machine of the Africa wrapper. If the local workflow instance contains multiple threads (i. e. multiple
concurrent paths within the workflow model), the suspend does not prohibit the continuous execution of these
threads.</p>
      <p>GetHistory requests monitoring information from a remote party. If the remote party has passed the
process control to several other parties, the command is cascaded until the currently active party returns
information about its current process status. The parties located in the middle between the sender and the final
recipient of the command add their own process status information and pass a merged set of data on until it
finally reaches the sender of the GetHistory command.</p>
      <p>Notify actively “pushes” process status information to the observer of a remote process instance. If a
remote party sees the necessity to inform the observer about certain events, the Notify command is used.
3.3</p>
    </sec>
    <sec id="sec-8">
      <title>Technical Architecture</title>
      <p>In order to facilitate reuse and encapsulation of information from lower levels, the AFRICA wrapper was
designed using a three-tier architecture. Figure 2 illustrates the architecture of the system, using an incoming
WfXML message as an example.</p>
      <p>The transport layer handles the reliable and secure transfer of Wf-XML messages between AFRICA-enabled
systems. The prototype uses TCP/IP port-to-port communication and SSL encryption for security measures. For
other transport protocols or security mechanisms the transport layer has to be changed accordingly, but the
process logic and abstraction layer remain untouched. When a message is received by the TCP Socket Listener, it
is forwarded to the Open SSL Decryption unit, where the message is decoded. The plain-text XML message is
then handed over to the security validation mechanism, that evaluates the timestamp and the security token of the
message. The security token is sent back to the originator of the message to acknowledge the receipt. The
wrapper keeps a backlog of the messages received during the last 20 minutes, older messages and messages with
a duplicate security token are discarded as obsolete. The XML message is then sent to the process logic layer for
further processing.</p>
      <p>Open SSL
Decryption</p>
      <p>Valid</p>
      <p>Process Instance
One per Workflow</p>
      <p>Case</p>
      <p>Audit Trail
Context Data</p>
      <sec id="sec-8-1">
        <title>ProceOsnseInpteerrface</title>
        <p>interaction
WFMS
Message</p>
        <p>Handler:
One per Request/
Response Pair
Operation
Handler
One per
Command
Command, Audit Trail
Data Fromat
Specifications</p>
      </sec>
      <sec id="sec-8-2">
        <title>XMLF&lt;il-t&gt;erSQL</title>
        <p>Encrypted
XML</p>
        <p>Message:
Qx65hk1KShHjS8</p>
        <p>TCP Socket</p>
        <p>Listener</p>
        <p>Within the process logic layer, the XML message is parsed, the Wf-XML command is separated from the
context data of the message and a standardized call of abstraction layer API functions is issued. After the receipt
of the message from the transport layer, the Message Handler component determines whether the message is a
response to a request issued earlier (then the appropriate instance of the Message Handler is identified) or if the
message is a request itself (in which case a new Message Handler is instantiated). The Message Handler extracts
the Wf-XML command from the message and sends it with the context data and audit trail information to the
Process Instance handler. This component reads the GlobalProcessID of the message and matches it with the
local process instance that exists within the local workflow management system. It translates the global
command into a local instance specific command and passes it on to a new instance of the Operation Handler.
The Operation Handler then transforms the context data into the format required by the local workflow schema
and passes the command and the context data through an API call to the abstraction layer. Depending on the
content of an interoperability contract, the semantic interpretation of the context data is carried out in this layer.
The resulting context data XML tree can be transformed in various ways, matching the requirements of the
application system behind the abstraction layer.</p>
        <p>The abstraction layer encapsulates proprietary API calls to the workflow management system of a specific
vendor and exhibits a standardized API to the process logic layer. For the prototype two abstraction layers were
completed, one for interaction with a custom-made web server and one for the Business Workflow component of
an SAP R/3 system. Within this scenario, the command and context data received from the process logic layer
are translated into SAP-specific BAPI (Business Object API) calls. In order to accommodate workflow
management systems of different vendors, only the abstraction layer needs to be changed, leaving process logic
layer and transport layer untouched.4</p>
        <p>A FRICA
Wrapper</p>
        <p>I
P</p>
        <p>A
Web Front-end</p>
        <p>Problem
Information
Request</p>
        <p>Solution
User</p>
        <p>Problem Form</p>
        <p>Monitoring
Component</p>
        <p>A FRICA
Wrapper</p>
        <p>I
P</p>
        <p>A
Helpdesk
Workflow
System
KnoBwalseedge</p>
        <p>Problem
Information
Request
Solution</p>
        <p>A FRICA</p>
      </sec>
      <sec id="sec-8-3">
        <title>A FWRrIaCpAper</title>
        <p>Wrapper
A FWRrIaCpAper
I
P
A</p>
        <p>Vendor</p>
      </sec>
      <sec id="sec-8-4">
        <title>VWeonrdkofrlow</title>
        <p>VWeonSrdykosfrltoewm</p>
      </sec>
      <sec id="sec-8-5">
        <title>WoSryksfltoewm</title>
        <p>System</p>
        <p>The AFRICA prototype was implemented using a 2-stage helpdesk scenario as an example. Within this
scenario, a client has contracted an external service provider to perform helpdesk tasks, in case an employee of
the client encounters soft- or hardware-related problems. The helpdesk then tries to solve the problem using his
internal knowledge base. He may choose to either escalate the problem to a soft- or hardware vendors, send a
solution to the client or request additional information from the client. The vendors in turn have the option of
either sending a solution back or a request for additional information, which in turn is passed on to the client.
Figure 3 gives an overview of the
implementation scenario.</p>
        <p>The client application of the helpdesk
scenario can be used using only a web
browser. Data entry and requests are
handled via database-driven web pages.</p>
        <p>The interaction between the web
frontend and the AFRICA wrapper is handled
via server-side API calls, transparent for
the user. Figure 4 shows the monitoring
of a remote workflow instance through
the web interface. After the problem was
entered using a HTML form, the data
was then sent to the helpdesk. The
4 The process of sending out a Wf-XML message through the AFRICA wrapper is exactly reverse to the process described above: The
workflow system calls out to the abstraction layer, the process logic layer transforms the command and the context data into a well-formed
Wf-XML message and integrates the GlobalProcessID, and the transport layer adds security information, encrypts the message and sends
it to the appropriate recipient.
responsible workflow participant at the helpdesk site was unable to solve the problem and sent the problem
description to the vendor site, where a developer is working on a solution and has given an estimate of the
remaining processing time. From this screen, the user can review or update the problem description, actively
request the audit trail of the process or cancel the workflow instance, which leads to a cascaded termination of
workflow instances, that have been created at vendor sites by request from the helpdesk.
4</p>
        <sec id="sec-8-5-1">
          <title>Related Research Projects</title>
          <p>
            The Interworkflow Project at the Kanagawa Institute of Technology, Japan, focuses on the definition of a global
workflow model for an interorganizational business process [
            <xref ref-type="bibr" rid="ref17 ref18">17, 18</xref>
            ]. This global workflow model defines the
basic interaction between the parties involved and is then transferred into the workflow management systems of
the parties involved for further refinement. During the enactment of the interorganizational workflow, both
parties use the WfMC Interface 4 MIME binding for communication.
          </p>
          <p>
            The CrossFlow project [
            <xref ref-type="bibr" rid="ref19">19</xref>
            ] is dealing with contract-based workflow interoperability between business
partners. In this project, business relationships between a customer and a provider of services are modeled using
contracts. The project uses an insurance and a logistics scenario for the demonstration of system interoperability.
          </p>
          <p>
            WISE (Workflow-based Internet Services) is a project conducted at the Swiss Federal Institute of Technology
[
            <xref ref-type="bibr" rid="ref20 ref21">20, 21</xref>
            ]. The aim of WISE is the development of an infrastructure for the support of cross-enterprise business
processes in a virtual environment. The infrastructure of the WISE project includes the development of an
internet workflow engine, which is beyond the scope of our approach. AFRICA focuses on a particular aspect of
the WISE scenario, namely the interaction points of different workflow participants.
          </p>
          <p>
            The FlowJet prototype [
            <xref ref-type="bibr" rid="ref22">22</xref>
            ], which is being developed at HP Labs, aims (among other goals) at the
scenariospecific provision of application features. It can be configured as a stand-alone workflow application, a user
agent, a personal work manager or a web service manager. It provides a service-exchange template for the
interaction with external services, including data mapping, data binding and foreign process execution. However,
no information is given as to how this communication is implemented in the current FlowJet prototype [
            <xref ref-type="bibr" rid="ref23">23</xref>
            ].
5
          </p>
        </sec>
        <sec id="sec-8-5-2">
          <title>Summary and Outlook</title>
          <p>In this paper we have presented the AFRICA framework for business-to-business workflow applications. It
combines a standardized, extensible message format with a flexible and adaptable technical architecture. The
applicability of this framework has been demonstrated by the implementation of a prototype scenario using
commercial workflow management systems and a custom-made web-front-end. The extensions to the existing
Wf-XML framework have been submitted to the WfMC for consideration in the next version of the Wf-XML
standard. In the future our framework will be extended to accommodate a number of different workflow
products. We are currently investigating the automated negotiation of communication parameters such as
security mechanisms and protocol standards between AFRICA-enabled workflow systems as well as the
automatic mapping of XML context data schemes into the proprietary format of the underlying workflow
management systems.</p>
        </sec>
        <sec id="sec-8-5-3">
          <title>Acknowledgements</title>
          <p>The authors would like to thank the members of the AFRICA project team, Leif Jakob, Lutz Michaelsen and
Simon Schwingel for their effort. Furthermore, we would like to thank the members of the WfMC Working
Group 4, especially Rainer Weber and Keith Swenson for many useful comments on the AFRICA XML message
format. Finally, we would like to thank the anonymous referees for their comments, which greatly helped to
improve the quality of this paper.</p>
        </sec>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Walsh</surname>
          </string-name>
          , Norman: A Technical Introduction to XML. http://www.xml.com/xml/pub/98/10/guide0.html.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Fischer</surname>
          </string-name>
          , Layna: Excellence in Practice Vol.
          <article-title>III: Innovation &amp; Excellence in Workflow Process and Knowledge Management</article-title>
          ,
          <source>Lighthouse Point</source>
          <year>2000</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>zur</surname>
            <given-names>Muehlen</given-names>
          </string-name>
          , Michael; Allen, Rob: Autonomous and
          <string-name>
            <given-names>Embedded Workflow</given-names>
            <surname>Management. A Workflow Management Coalition Classification. White Paper</surname>
          </string-name>
          ,
          <source>Lighthouse Point, March</source>
          <volume>10</volume>
          ,
          <year>2000</year>
          . (available from http://www.wfmc.org)
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Workflow</given-names>
            <surname>Management Coalition: Reference Model. Document Number</surname>
          </string-name>
          WFMC-TC-
          <volume>1003</volume>
          , Brussels,
          <year>1995</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Workflow</given-names>
            <surname>Management Coalition: Workflow Standard Interoperability - Abstract Specification</surname>
          </string-name>
          .
          <source>Document Number WFMC-TC-1012. Version 2.0b. Winchester</source>
          ,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Workflow</given-names>
            <surname>Management Coalition: Workflow Standard Interoperability - Internet</surname>
          </string-name>
          e-mail
          <source>MIME Binding. Document Number WFMC-TC-1018. Version 2.0b. Winchester</source>
          ,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Workflow</given-names>
            <surname>Management</surname>
          </string-name>
          <article-title>Coalition: Interoperability Proving Framework</article-title>
          .
          <source>Document Number WFMC-TC-1021. Version 2.0b. Winchester</source>
          ,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Object</given-names>
            <surname>Management Group: Workflow Management</surname>
          </string-name>
          <string-name>
            <surname>Facility</surname>
          </string-name>
          ,
          <source>Document Number bom/99-03-01. Framingham</source>
          <year>1999</year>
          . ftp://ftp.omg.org/pub/docs/bom/99-03-01.pdf
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Object</given-names>
            <surname>Management</surname>
          </string-name>
          <article-title>Group: Resource Assignment Interface - Request for Proposals</article-title>
          .
          <source>Document Number bom/00-02-19. Framingham</source>
          <year>2000</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10] Object Management Group:
          <article-title>Workflow Process Definition - Request for Proposal</article-title>
          .
          <source>Document Number bom/00-03-NN. Framingham</source>
          <year>2000</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Swenson</surname>
          </string-name>
          ,
          <article-title>Keith: Simple Workflow Access Protocol (SWAP) Internet Draft (work in progress). (available from http://www</article-title>
          .ics.uci.edu/~ietfswap/SWAP9807.html.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Bolcer</surname>
          </string-name>
          , Gregory Alan; Kaiser, Gail E.:
          <article-title>Leveraging the Web To Manage Workflow</article-title>
          .
          <source>Collaborative Work: SWAP. IEEE Internet Computing</source>
          ,
          <volume>3</volume>
          (
          <year>1999</year>
          )
          <article-title>1</article-title>
          , pp.
          <fpage>85</fpage>
          -
          <lpage>88</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>Workflow</given-names>
            <surname>Management Coalition: Workflow Standard Interoperability - Wf-XML Binding</surname>
          </string-name>
          .
          <source>Document Number WFMC-TC-1023. Draft 0.9.2</source>
          . (available from http://www.wfmc.org)
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Hayes</surname>
          </string-name>
          , Jim; Perovian, Effat; Sarin, Sunil; Schmidt, Marc-Thomas; Swenson, Keith; Weber, Rainer: Wf-XML:
          <article-title>Standards-based workflow interoperability for the Internet</article-title>
          . To appear
          <source>in: IEEE Internet Computing</source>
          <volume>4</volume>
          (
          <year>2000</year>
          )
          <article-title>2</article-title>
          ,
          <string-name>
            <surname>April</surname>
          </string-name>
          <year>2000</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>[15] BizTalk. http://www.biztalk.org</mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>[16] RosettaNet. http://www.rosettanet.org</mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Hayami</surname>
          </string-name>
          ,
          <source>Haruo: Short Report on the Development and Experimental Proof of an Interworkflow Management System. Presentation at the Workflow Management Coalition Meeting in Vienna</source>
          ,
          <year>February 1999</year>
          .
          <article-title>(available from http://www</article-title>
          .wfmc.org)
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Hayami</surname>
          </string-name>
          ,
          <article-title>Haruo: Development and Experimental Proof of an Interworkflow Management System</article-title>
          . Presentation at the Workflow Management Coalition Meeting in Tokyo,
          <year>December 1999</year>
          .
          <article-title>(available from http://www</article-title>
          .wfmc.org)
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <article-title>The CrossFlow Project</article-title>
          . http://www.crossflow.org
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <surname>Alonso</surname>
            , Gustavo; Fiedler,
            <given-names>U.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Hagen</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Lazcano</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Schuldt</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ; Weiler,
          <string-name>
            <surname>N.: WISE</surname>
          </string-name>
          :
          <article-title>Business-to-Business ECommerce</article-title>
          .
          <source>9th International Workshop on Research Issues on Data Engineering (RIDE-VE'99)</source>
          . Sydney, Australia, March
          <volume>23</volume>
          -24,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <surname>Alonso</surname>
            , Gustavo; Fiedler,
            <given-names>U.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Hagen</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Lazcano</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Schuldt</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ; Weiler,
          <string-name>
            <surname>N.</surname>
          </string-name>
          :
          <article-title>WISE: An Infrastructure for ECommerce</article-title>
          .
          <source>Proceedings of the Informatik'99 Workshop "</source>
          Enterprise-wide and
          <article-title>Cross-enterprise Workflow Management: Concepts, Systems, Applications"</article-title>
          . Paderborn, Germany, October 6,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <surname>Shan</surname>
          </string-name>
          , Ming-Chien; Davis, Jim; Du, Weimin; Huang, Ying: HP Workflow Research: Past, Present, and Future.
          <source>North Atlantic Treaty Organization - Advanced Study Workshop</source>
          , Istanbul, Turkey,
          <year>August 20</year>
          ,
          <year>1997</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <surname>Shan</surname>
          </string-name>
          , Ming-Chien:
          <article-title>FlowJet: Internet-based E-Service Process Management</article-title>
          .
          <source>In: Proceedings of International Process Technology Workshop</source>
          . Villars de Lans,
          <source>France, September 1-3</source>
          ,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>