📄 process_repository.xpdl
字号:
<?xml version="1.0" encoding="UTF-8"?><xpdl:Package Id="Process_Repository" Name="Process Repository" xmlns="http://www.wfmc.org/2002/XPDL1.0" xmlns:xpdl="http://www.wfmc.org/2002/XPDL1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.wfmc.org/2002/XPDL1.0 http://wfmc.org/standards/docs/TC-1025_schema_10_xpdl.xsd"> <xpdl:PackageHeader> <xpdl:XPDLVersion>1.0</xpdl:XPDLVersion> <xpdl:Vendor>Together</xpdl:Vendor> <xpdl:Created>22-Mar-2003</xpdl:Created> </xpdl:PackageHeader> <xpdl:RedefinableHeader PublicationStatus="UNDER_TEST"/> <xpdl:ConformanceClass GraphConformance="NON_BLOCKED"/> <xpdl:Script Type="text/javascript"/> <xpdl:ExternalPackages> <xpdl:ExternalPackage href="Participant_Repository.xpdl"> <xpdl:ExtendedAttributes> <xpdl:ExtendedAttribute Name="EXTERNAL_PACKAGE_ID" Value="Participant_Repository"/> </xpdl:ExtendedAttributes> </xpdl:ExternalPackage> <xpdl:ExternalPackage href="Application_Repository.xpdl"> <xpdl:ExtendedAttributes> <xpdl:ExtendedAttribute Name="EXTERNAL_PACKAGE_ID" Value="Application_Repository"/> </xpdl:ExtendedAttributes> </xpdl:ExternalPackage> </xpdl:ExternalPackages> <xpdl:WorkflowProcesses> <xpdl:WorkflowProcess AccessLevel="PUBLIC" Id="Process_Repository_Wor1" Name="Customer Service - notify customer"> <xpdl:ProcessHeader DurationUnit="D"> <xpdl:Created>13-03-2003</xpdl:Created> <xpdl:Description>Notifies customer that some or all of the ordered items are beeing shiped to him.</xpdl:Description> </xpdl:ProcessHeader> <xpdl:RedefinableHeader PublicationStatus="UNDER_TEST"/> <xpdl:FormalParameters> <xpdl:FormalParameter Id="Customer_Name" Index="1" Mode="IN"> <xpdl:DataType> <xpdl:BasicType Type="STRING"/> </xpdl:DataType> <xpdl:Description>The name of the customer</xpdl:Description> </xpdl:FormalParameter> <xpdl:FormalParameter Id="Product_Name" Index="2" Mode="IN"> <xpdl:DataType> <xpdl:BasicType Type="STRING"/> </xpdl:DataType> <xpdl:Description>The ordered product name</xpdl:Description> </xpdl:FormalParameter> <xpdl:FormalParameter Id="Ordered_Quantity" Index="3" Mode="IN"> <xpdl:DataType> <xpdl:BasicType Type="INTEGER"/> </xpdl:DataType> <xpdl:Description>The number of ordered items</xpdl:Description> </xpdl:FormalParameter> <xpdl:FormalParameter Id="No_Of_Available_Items" Index="4" Mode="IN"> <xpdl:DataType> <xpdl:BasicType Type="INTEGER"/> </xpdl:DataType> <xpdl:Description>The number of items beeing shipped</xpdl:Description> </xpdl:FormalParameter> </xpdl:FormalParameters> <xpdl:Activities> <xpdl:Activity Id="Process_Repository_Wor1_Act1" Name="notify customer"> <xpdl:Description>Notify customer that some or all of the ordered items will be delivered</xpdl:Description> <xpdl:Implementation> <xpdl:No/> </xpdl:Implementation> <xpdl:Performer>Participant_Repository_Par10</xpdl:Performer> <xpdl:StartMode> <xpdl:Automatic/> </xpdl:StartMode> <xpdl:FinishMode> <xpdl:Automatic/> </xpdl:FinishMode> <xpdl:Icon>telephone.png</xpdl:Icon> <xpdl:ExtendedAttributes> <xpdl:ExtendedAttribute Name="JaWE_GRAPH_OFFSET" Value="284,77"/> <xpdl:ExtendedAttribute Name="JaWE_GRAPH_PARTICIPANT_ID" Value="Participant_Repository_Par10"/> <xpdl:ExtendedAttribute Name="VariableToProcess_IN" Value="Customer_Name"/> <xpdl:ExtendedAttribute Name="VariableToProcess_IN" Value="Product_Name"/> <xpdl:ExtendedAttribute Name="VariableToProcess_IN" Value="Order_Quantity"/> <xpdl:ExtendedAttribute Name="VariableToProcess_IN" Value="No_Of_Available_Items"/> </xpdl:ExtendedAttributes> </xpdl:Activity> </xpdl:Activities> <xpdl:ExtendedAttributes> <xpdl:ExtendedAttribute Name="JaWE_GRAPH_END_OF_WORKFLOW" Value="JaWE_GRAPH_PARTICIPANT_ID=Participant_Repository_Par10,CONNECTING_ACTIVITY_ID=Process_Repository_Wor1_Act1,X_OFFSET=520,Y_OFFSET=88,JaWE_GRAPH_TRANSITION_STYLE=NO_ROUTING_ORTHOGONAL,TYPE=END_DEFAULT"/> <xpdl:ExtendedAttribute Name="JaWE_GRAPH_START_OF_WORKFLOW" Value="JaWE_GRAPH_PARTICIPANT_ID=Participant_Repository_Par10,CONNECTING_ACTIVITY_ID=Process_Repository_Wor1_Act1,X_OFFSET=114,Y_OFFSET=88,JaWE_GRAPH_TRANSITION_STYLE=NO_ROUTING_ORTHOGONAL,TYPE=START_DEFAULT"/> <xpdl:ExtendedAttribute Name="JaWE_GRAPH_WORKFLOW_PARTICIPANT_ORDER" Value="Participant_Repository_Par10"/> </xpdl:ExtendedAttributes> </xpdl:WorkflowProcess> <xpdl:WorkflowProcess AccessLevel="PUBLIC" Id="Process_Repository_Wor2" Name="Produce Widgets"> <xpdl:ProcessHeader DurationUnit="D"> <xpdl:Created>13-03-2003</xpdl:Created> </xpdl:ProcessHeader> <xpdl:RedefinableHeader PublicationStatus="UNDER_TEST"/> <xpdl:FormalParameters> <xpdl:FormalParameter Id="Product_Name" Index="1" Mode="IN"> <xpdl:DataType> <xpdl:BasicType Type="STRING"/> </xpdl:DataType> <xpdl:Description>The name of the product to produce</xpdl:Description> </xpdl:FormalParameter> <xpdl:FormalParameter Id="No_Of_Items_To_Produce" Index="2" Mode="IN"> <xpdl:DataType> <xpdl:BasicType Type="INTEGER"/> </xpdl:DataType> <xpdl:Description>The number of items to produce</xpdl:Description> </xpdl:FormalParameter> </xpdl:FormalParameters> <xpdl:Activities> <xpdl:Activity Id="Process_Repository_Wor2_Act1" Name="Receive order"> <xpdl:Description>Produces the given number of items of the given produce.</xpdl:Description> <xpdl:Implementation> <xpdl:No/> </xpdl:Implementation> <xpdl:Performer>Participant_Repository_Par8</xpdl:Performer> <xpdl:StartMode> <xpdl:Automatic/> </xpdl:StartMode> <xpdl:FinishMode> <xpdl:Automatic/> </xpdl:FinishMode> <xpdl:Icon>document.png</xpdl:Icon> <xpdl:ExtendedAttributes> <xpdl:ExtendedAttribute Name="JaWE_GRAPH_OFFSET" Value="310,73"/> <xpdl:ExtendedAttribute Name="JaWE_GRAPH_PARTICIPANT_ID" Value="Participant_Repository_Par8"/> <xpdl:ExtendedAttribute Name="VariableToProcess_IN" Value="Product_Name"/> <xpdl:ExtendedAttribute Name="VariableToProcess_IN" Value="No_Of_Items_To_Produce"/> </xpdl:ExtendedAttributes> </xpdl:Activity> </xpdl:Activities> <xpdl:ExtendedAttributes> <xpdl:ExtendedAttribute Name="JaWE_GRAPH_END_OF_WORKFLOW" Value="JaWE_GRAPH_PARTICIPANT_ID=Participant_Repository_Par8,CONNECTING_ACTIVITY_ID=Process_Repository_Wor2_Act1,X_OFFSET=531,Y_OFFSET=84,JaWE_GRAPH_TRANSITION_STYLE=NO_ROUTING_ORTHOGONAL,TYPE=END_DEFAULT"/> <xpdl:ExtendedAttribute Name="JaWE_GRAPH_START_OF_WORKFLOW" Value="JaWE_GRAPH_PARTICIPANT_ID=Participant_Repository_Par8,CONNECTING_ACTIVITY_ID=Process_Repository_Wor2_Act1,X_OFFSET=133,Y_OFFSET=84,JaWE_GRAPH_TRANSITION_STYLE=NO_ROUTING_ORTHOGONAL,TYPE=START_DEFAULT"/> <xpdl:ExtendedAttribute Name="JaWE_GRAPH_WORKFLOW_PARTICIPANT_ORDER" Value="Participant_Repository_Par8"/> </xpdl:ExtendedAttributes> </xpdl:WorkflowProcess> </xpdl:WorkflowProcesses> <xpdl:ExtendedAttributes> <xpdl:ExtendedAttribute Name="EDITING_TOOL" Value="Together Workflow Editor Professional"/> <xpdl:ExtendedAttribute Name="EDITING_TOOL_VERSION" Value="2.0-2-P-20060227-0925"/> <xpdl:ExtendedAttribute Name="JaWE_CONFIGURATION" Value="default"/> </xpdl:ExtendedAttributes></xpdl:Package>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -