<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">AFRICA: Workflow Interoperability based on XML-messages</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Michael</forename><surname>Zur Muehlen</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Department of Information Systems</orgName>
								<orgName type="institution">University of Muenster</orgName>
								<address>
									<addrLine>Steinfurter Str</addrLine>
									<postCode>109, 48149</postCode>
									<settlement>Muenster</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Florian</forename><surname>Klein</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Department of Information Systems</orgName>
								<orgName type="institution">University of Muenster</orgName>
								<address>
									<addrLine>Steinfurter Str</addrLine>
									<postCode>109, 48149</postCode>
									<settlement>Muenster</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">AFRICA: Workflow Interoperability based on XML-messages</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">94139A1CF18E70A058B2B51221D5826A</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T22:38+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><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 AFRICA 1 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></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Motivation for Interorganizational Workflow Management</head><p>The need for companies to expand the automated enactment of their business processes beyond the boundaries of their own organization is driven by the resulting savings in transmission time, gains in data quality and improved monitoring capabilities about processes at the site of business partners. The current movement towards electronic data interchange is fueled by the relatively inexpensive exchange of business data over the Internet using data encoded in the eXtensible Markup Language (XML) <ref type="bibr" target="#b0">[1]</ref>, which fosters the development of vendor-independent frameworks that aim to standardize data schemas for common business documents, such as purchase orders, delivery notes, invoices, etc.</p><p>Workflow management technology supports the execution of business processes through the automated coordination of tasks, data, application logic and workflow participants. While the use of workflow technology within single organizations is a well understood concept, and the number of implementations is increasing <ref type="bibr" target="#b1">[2]</ref>, the use of workflow management for the coordination of cross-enterprise processes is still at a very early stage. Currently, workflow management systems are shifting from stand-alone applications towards embedded solutions, that are delivered as inherent components of surrounding application systems, such as enterprise resource planning systems <ref type="bibr" target="#b2">[3]</ref>. As a consequence, many organizations that currently have no workflow management system in place will have the option of automating part of their business processes using these embedded workflow applications without the necessity to purchase a separate workflow management system. In order to enable these companies to participate in interorganizational workflow settings, we have developed a prototype, that enhances existing workflow management systems with the capability to interoperate through standardized XML messages. This system has been successfully tested in a helpdesk scenario. After a discussion of related standards in the following section, we discuss the design and implementation of the AFRICA prototype in section 3. A reference to related research projects and a résumé and outlook to future developments conclude this paper.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Workflow Interoperability and XML Frameworks</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">Workflow Interoperability</head><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></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1.1">Workflow Management Coalition Interface 4</head><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 <ref type="bibr" target="#b4">[4]</ref>. 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 <ref type="bibr" target="#b5">[5]</ref>. 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 <ref type="bibr" target="#b6">[6]</ref>. The applicability of this specification has been demonstrated in an interoperability challenge <ref type="bibr" target="#b7">[7]</ref> that was carried out in March 1999.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>2.1.2</head><p>Object Management Group Workflow Facility The Object Management Group (OMG) has standardized a facility that provides workflow services through an object request broker <ref type="bibr" target="#b8">[8]</ref>. 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 <ref type="bibr" target="#b9">[9]</ref> and a process modeling standard for the design of workflow processes <ref type="bibr" target="#b10">[10]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>2.1.3</head><p>Simple Workflow Access Protocol The Simple Workflow Access Protocol (SWAP) was created in 1998 through an industry consortium under the auspices of Netscape, Oracle, SUN <ref type="bibr" target="#b11">[11,</ref><ref type="bibr" target="#b12">12]</ref>. 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 <ref type="bibr" target="#b14">[13]</ref>, which is described in the next section.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>2.1.4</head><p>Wf-XML Wf-XML <ref type="bibr" target="#b14">[13,</ref><ref type="bibr" target="#b15">14]</ref> 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.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">XML Business Frameworks</head><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 RosettaNet<ref type="foot" target="#foot_1">2</ref> .</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 <ref type="bibr">[15]</ref>. 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 <ref type="bibr">[16]</ref>. 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.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">The AFRICA Prototype</head><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   </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Design Rationale</head><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.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Message Format</head><p>The AFRICA wrapper uses an extended Wf-XML format for the exchange of messages. Each message consists of the four parts Transport, Security, Header and Body.</p><p>The WfTransport section groups those elements that are relevant at transportation time, before the message reaches its eventual recipient, i.e. a local process instance, e. g. the sender and recipient of the message as well as a correlation key for the identification of request/response pairs.</p><p>The WfSecurity section contains a unique identifier for each message and a timestamp. This information is used to identify lost, obsolete or intercepted messages and to acknowledge the receipt of the message by the transport layer (see section 3.3).</p><p>The WfMessageHeader section contains -different from the original 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 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  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.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3">Technical Architecture</head><p>In order to facilitate reuse and encapsulation of information from lower levels, the AFRICA wrapper was designed using a three-tier architecture. Figure <ref type="figure" target="#fig_1">2</ref> illustrates the architecture of the system, using an incoming Wf-XML 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.  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. <ref type="foot" target="#foot_2">4</ref>Figure <ref type="figure">3</ref>. Helpdesk scenario 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 <ref type="figure">3</ref> 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. The interaction between the web frontend and the AFRICA wrapper is handled via server-side API calls, transparent for the user. Figure <ref type="figure">4</ref> 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 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.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Related Research Projects</head><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 <ref type="bibr" target="#b19">[17,</ref><ref type="bibr" target="#b20">18]</ref>. 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 <ref type="bibr" target="#b21">[19]</ref> 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 <ref type="bibr" target="#b22">[20,</ref><ref type="bibr" target="#b24">21]</ref>. 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 <ref type="bibr" target="#b26">[22]</ref>, 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 <ref type="bibr" target="#b30">[23]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Summary and Outlook</head><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></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 .</head><label>1</label><figDesc>Figure 1. Overall message structure</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 2 .</head><label>2</label><figDesc>Figure 2. Three tier architecture of the AFRICA prototype (shown for an incoming message)</figDesc></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">A Flexible, Reliable, Intelligent Communication Architecture</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">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.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_2">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.</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgements</head><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></div>
			</div>

			<div type="annex">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Vendor</head></div>			</div>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<author>
			<persName><forename type="first">Norman</forename><surname>Walsh</surname></persName>
		</author>
		<ptr target="http://www.xml.com/xml/pub/98/10/guide0.html" />
		<title level="m">A Technical Introduction to XML</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Excellence in Practice</title>
		<author>
			<persName><forename type="first">Layna</forename><surname>Fischer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">III: Innovation &amp; Excellence in Workflow Process and Knowledge Management</title>
				<meeting><address><addrLine>Lighthouse Point</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2000">2000</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<title/>
		<author>
			<persName><surname>Zur Muehlen</surname></persName>
		</author>
		<author>
			<persName><surname>Michael</surname></persName>
		</author>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Autonomous and Embedded Workflow Management. A Workflow Management Coalition Classification</title>
		<author>
			<persName><forename type="first">Rob</forename><surname>Allen</surname></persName>
		</author>
		<ptr target="http://www.wfmc.org" />
	</analytic>
	<monogr>
		<title level="m">White Paper, Lighthouse Point</title>
				<imprint>
			<date type="published" when="2000-03-10">March 10, 2000</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<title level="m">Workflow Management Coalition: Reference Model</title>
				<meeting><address><addrLine>Brussels</addrLine></address></meeting>
		<imprint>
			<date type="published" when="1995">1995</date>
		</imprint>
	</monogr>
	<note>Document Number WFMC-TC-1003</note>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<title level="m" type="main">Workflow Management Coalition: Workflow Standard Interoperability -Abstract Specification</title>
		<idno>WFMC-TC-1012</idno>
		<imprint>
			<date type="published" when="1999">1999</date>
			<pubPlace>Winchester</pubPlace>
		</imprint>
	</monogr>
	<note type="report_type">Document Number</note>
	<note>Version 2.0b</note>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<title level="m" type="main">Workflow Management Coalition: Workflow Standard Interoperability -Internet e-mail MIME Binding</title>
		<idno>WFMC-TC-1018</idno>
		<imprint>
			<date type="published" when="1999">1999</date>
			<pubPlace>Winchester</pubPlace>
		</imprint>
	</monogr>
	<note type="report_type">Document Number</note>
	<note>Version 2.0b</note>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Workflow Management Coalition: Interoperability Proving Framework</title>
	</analytic>
	<monogr>
		<title level="m">Document Number WFMC-TC-1021</title>
				<meeting><address><addrLine>Winchester</addrLine></address></meeting>
		<imprint>
			<date type="published" when="1999">1999</date>
		</imprint>
	</monogr>
	<note>Version 2.0b</note>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<idno>Number bom/99-03-01</idno>
		<ptr target="ftp://ftp.omg.org/pub/docs/bom/99-03-01.pdf" />
		<title level="m">Object Management Group: Workflow Management Facility</title>
				<meeting><address><addrLine>Framingham</addrLine></address></meeting>
		<imprint>
			<date type="published" when="1999">1999</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<monogr>
		<title level="m" type="main">Object Management Group: Resource Assignment Interface -Request for Proposals</title>
		<idno>Number bom/00-02-19</idno>
		<imprint>
			<date type="published" when="2000">2000</date>
			<pubPlace>Framingham</pubPlace>
		</imprint>
	</monogr>
	<note type="report_type">Document</note>
</biblStruct>

<biblStruct xml:id="b10">
	<monogr>
		<title level="m" type="main">Object Management Group: Workflow Process Definition -Request for Proposal</title>
		<idno>Number bom/00-03-NN</idno>
		<imprint>
			<date type="published" when="2000">2000</date>
			<pubPlace>Framingham</pubPlace>
		</imprint>
	</monogr>
	<note type="report_type">Document</note>
</biblStruct>

<biblStruct xml:id="b11">
	<monogr>
		<author>
			<persName><forename type="first">Keith</forename><surname>Swenson</surname></persName>
		</author>
		<ptr target="http://www.ics.uci.edu/~ietfswap/SWAP9807.html" />
		<title level="m">Simple Workflow Access Protocol (SWAP) Internet Draft</title>
				<imprint/>
	</monogr>
	<note>work in progress</note>
</biblStruct>

<biblStruct xml:id="b12">
	<monogr>
		<title/>
		<author>
			<persName><forename type="first">Gregory</forename><surname>Bolcer</surname></persName>
		</author>
		<author>
			<persName><surname>Alan</surname></persName>
		</author>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Leveraging the Web To Manage Workflow. Collaborative Work: SWAP</title>
		<author>
			<persName><forename type="first">Gail</forename><forename type="middle">E</forename><surname>Kaiser</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Internet Computing</title>
		<imprint>
			<biblScope unit="volume">3</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="85" to="88" />
			<date type="published" when="1999">1999</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<monogr>
		<title level="m" type="main">Workflow Management Coalition: Workflow Standard Interoperability -Wf-XML Binding</title>
		<idno>9.2</idno>
		<ptr target="http://www.wfmc.org" />
		<imprint/>
	</monogr>
	<note type="report_type">Document Number</note>
	<note>Draft 0</note>
</biblStruct>

<biblStruct xml:id="b15">
	<monogr>
		<title/>
		<author>
			<persName><forename type="first">Jim</forename><surname>Hayes</surname></persName>
		</author>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<monogr>
		<title/>
		<author>
			<persName><forename type="first">Effat</forename><forename type="middle">;</forename><surname>Perovian</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sunil</forename><surname>Sarin</surname></persName>
		</author>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<monogr>
		<title/>
		<author>
			<persName><forename type="first">Marc-Thomas</forename><surname>Schmidt</surname></persName>
		</author>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Wf-XML: Standards-based workflow interoperability for the Internet</title>
		<author>
			<persName><forename type="first">Keith</forename><forename type="middle">;</forename><surname>Swenson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Rainer</forename><surname>Weber</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Internet Computing</title>
		<imprint>
			<biblScope unit="volume">4</biblScope>
			<date type="published" when="2000-04">2000. April 2000</date>
		</imprint>
	</monogr>
	<note>To appear</note>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Short Report on the Development and Experimental Proof of an Interworkflow Management System</title>
		<author>
			<persName><forename type="first">Haruo</forename><surname>Hayami</surname></persName>
		</author>
		<ptr target="http://www.wfmc.org" />
	</analytic>
	<monogr>
		<title level="m">Presentation at the Workflow Management Coalition Meeting in Vienna</title>
				<imprint>
			<date type="published" when="1999-02">February 1999</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Development and Experimental Proof of an Interworkflow Management System</title>
		<author>
			<persName><forename type="first">Haruo</forename><surname>Hayami</surname></persName>
		</author>
		<ptr target="http://www.wfmc.org" />
	</analytic>
	<monogr>
		<title level="m">Presentation at the Workflow Management Coalition Meeting in Tokyo</title>
				<imprint>
			<date type="published" when="1999-12">December 1999</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<monogr>
		<ptr target="http://www.crossflow.org" />
		<title level="m">The CrossFlow Project</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<monogr>
		<title/>
		<author>
			<persName><forename type="first">Gustavo</forename><surname>Alonso</surname></persName>
		</author>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">WISE: Business-to-Business E-Commerce</title>
		<author>
			<persName><forename type="first">U</forename><surname>Fiedler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Hagen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Lazcano</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Schuldt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Weiler</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">9th International Workshop on Research Issues on Data Engineering (RIDE-VE&apos;99)</title>
				<meeting><address><addrLine>Sydney, Australia</addrLine></address></meeting>
		<imprint>
			<date type="published" when="1999">March 23-24, 1999</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<monogr>
		<title/>
		<author>
			<persName><forename type="first">Gustavo</forename><surname>Alonso</surname></persName>
		</author>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">WISE: An Infrastructure for E-Commerce</title>
		<author>
			<persName><forename type="first">U</forename><surname>Fiedler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Hagen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Lazcano</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Schuldt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Weiler</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Informatik&apos;99 Workshop &quot;Enterprise-wide and Cross-enterprise Workflow Management: Concepts, Systems, Applications</title>
				<meeting>the Informatik&apos;99 Workshop &quot;Enterprise-wide and Cross-enterprise Workflow Management: Concepts, Systems, Applications<address><addrLine>Paderborn, Germany</addrLine></address></meeting>
		<imprint>
			<date type="published" when="1999-10-06">October 6, 1999</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<monogr>
		<title/>
		<author>
			<persName><forename type="first">Ming</forename><forename type="middle">-</forename><surname>Shan</surname></persName>
		</author>
		<author>
			<persName><surname>Chien</surname></persName>
		</author>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<monogr>
		<title/>
		<author>
			<persName><forename type="first">Jim</forename><surname>Davis</surname></persName>
		</author>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b28">
	<monogr>
		<title/>
		<author>
			<persName><forename type="first">Weimin</forename><surname>Du</surname></persName>
		</author>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b29">
	<analytic>
		<title level="a" type="main">HP Workflow Research: Past, Present, and Future</title>
		<author>
			<persName><forename type="first">Ying</forename><surname>Huang</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">North Atlantic Treaty Organization -Advanced Study Workshop</title>
				<meeting><address><addrLine>Istanbul, Turkey</addrLine></address></meeting>
		<imprint>
			<date type="published" when="1997-08-20">August 20, 1997</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b30">
	<analytic>
		<title level="a" type="main">FlowJet: Internet-based E-Service Process Management</title>
		<author>
			<persName><forename type="first">Ming</forename><forename type="middle">-</forename><surname>Shan</surname></persName>
		</author>
		<author>
			<persName><surname>Chien</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of International Process Technology Workshop</title>
				<meeting>International Process Technology Workshop<address><addrLine>Villars de Lans, France</addrLine></address></meeting>
		<imprint>
			<date type="published" when="1999">September 1-3, 1999</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
