当前位置:Gxlcms > 数据库问题 > Cordys BOP 4.3平台使用小经验—数据库连接管理、导出流程模型为XPDL

Cordys BOP 4.3平台使用小经验—数据库连接管理、导出流程模型为XPDL

时间:2021-07-01 10:21:17 帮助过:15人阅读

Name="Start"> <Event> <StartEvent Trigger="Message"> <TriggerResultMessage> <Message Id="m_o_1"> <ActualParameters> <ActualParameter>bpm:TestMSG</ActualParameter> </ActualParameters> </Message> </TriggerResultMessage> </StartEvent> </Event> <NodeGraphicsInfos> <NodeGraphicsInfo ToolId="Cordys"> <Coordinates XCoordinate="160" YCoordinate="170" /> </NodeGraphicsInfo> </NodeGraphicsInfos> <Extensions> <DataObjectType/> <Color></Color> <ExtendedAttributes/> </Extensions> </Activity>

Message Mapping描述

<messageMapping>
    <activity id="o_1"/>
    <activity
        id="o_2">
        <mapping
            xmlns=""
            sourceId="_TestMSG_Test_ElmA"
            targetId=""
            isProcessVariable="false"
            isCaseVariable="false"
            targetAssign="ns2:TestBPMXForm_TestBPMXFormDefaultDeliveryModel_IP/ns2:forminputdata/ns2:freeformcontrols/ns2:input_name"
            operation="Replace Content With"
            operation2="Select"
            isNillable="false"
            afterAssignment="false">
            <sourceAssign>bpm:TestMSG/bpm:Test_ElmA/text()</sourceAssign>
        </mapping>
        <mapping
            xmlns=""
            sourceId="_TestMSG_Test_ElmB"
            targetId=""
            isProcessVariable="false"
            isCaseVariable="false"
            targetAssign="ns2:TestBPMXForm_TestBPMXFormDefaultDeliveryModel_IP/ns2:forminputdata/ns2:freeformcontrols/ns2:input_count"
            operation="Replace Content With"
            operation2="Select"
            isNillable="false"
            afterAssignment="false">
            <sourceAssign>bpm:TestMSG/bpm:Test_ElmB/text()</sourceAssign>
        </mapping>
    </activity>
    <activity id="o_5"/>
    <activity id="o_8"/>
    <wsdl
        xmlns="">
        <definitions
            xmlns="http://schemas.xmlsoap.org/wsdl/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema"
            name="Method"
            targetNamespace="http://schemas.cordys.com/default"
            xmlns:bpm0="http://schemas.cordys.com/default">
            <types>
                <xsd:schema
                    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
                    xmlns:tns="http://schemas.cordys.com/default"
                    xmlns=""
                    elementFormDefault="qualified"
                    targetNamespace="http://schemas.cordys.com/default">
                    <element
                        xmlns="http://www.w3.org/2001/XMLSchema"
                        name="Test_ElmA"
                        type="xsd:string"
                    />
                    <element
                        xmlns="http://www.w3.org/2001/XMLSchema"
                        name="Test_ElmB"
                        type="xsd:string"
                    />
                </xsd:schema>
            </types>
            <message
                name="TestMSG">
                <part
                    name="part_Test_ElmA"
                    element="bpm0:Test_ElmA"></part>
                <part
                    name="part_Test_ElmB"
                    element="bpm0:Test_ElmB"></part>
            </message>
        </definitions>
    </wsdl>
</messageMapping>

参考:
百度百科.XPDL

Cordys BOP 4.3平台使用小经验—数据库连接管理、导出流程模型为XPDL

标签:xpdl   bpmn   cordys   流程控制   

人气教程排行