all crud operations are working
This commit is contained in:
@@ -70,11 +70,11 @@
|
||||
</xmlString>
|
||||
</pd:inputBindings>
|
||||
</pd:activity>
|
||||
<pd:activity name="Map Data">
|
||||
<pd:activity name="update author with given id">
|
||||
<pd:type>com.tibco.plugin.mapper.MapperActivity</pd:type>
|
||||
<pd:resourceType>ae.activities.MapperActivity</pd:resourceType>
|
||||
<pd:x>475</pd:x>
|
||||
<pd:y>150</pd:y>
|
||||
<pd:x>465</pd:x>
|
||||
<pd:y>156</pd:y>
|
||||
<config>
|
||||
<element ref="pfx:authors"/>
|
||||
</config>
|
||||
@@ -97,7 +97,7 @@
|
||||
<term ref="pfx:authors"/>
|
||||
</config>
|
||||
<pd:inputBindings>
|
||||
<xsl:copy-of select="$Map-Data/pfx:authors"/>
|
||||
<xsl:copy-of select="$update-author-with-given-id/pfx:authors"/>
|
||||
</pd:inputBindings>
|
||||
</pd:activity>
|
||||
<pd:activity name="Write File">
|
||||
@@ -148,13 +148,13 @@
|
||||
</pd:transition>
|
||||
<pd:transition>
|
||||
<pd:from>Parse XML</pd:from>
|
||||
<pd:to>Map Data</pd:to>
|
||||
<pd:to>update author with given id</pd:to>
|
||||
<pd:lineType>Default</pd:lineType>
|
||||
<pd:lineColor>-16777216</pd:lineColor>
|
||||
<pd:conditionType>otherwise</pd:conditionType>
|
||||
</pd:transition>
|
||||
<pd:transition>
|
||||
<pd:from>Map Data</pd:from>
|
||||
<pd:from>update author with given id</pd:from>
|
||||
<pd:to>Render XML</pd:to>
|
||||
<pd:lineType>Default</pd:lineType>
|
||||
<pd:lineColor>-16777216</pd:lineColor>
|
||||
|
||||
Reference in New Issue
Block a user