all crud operations are working
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
</xmlString>
|
||||
</pd:inputBindings>
|
||||
</pd:activity>
|
||||
<pd:activity name="Map Data">
|
||||
<pd:activity name="add author">
|
||||
<pd:type>com.tibco.plugin.mapper.MapperActivity</pd:type>
|
||||
<pd:resourceType>ae.activities.MapperActivity</pd:resourceType>
|
||||
<pd:x>509</pd:x>
|
||||
@@ -96,7 +96,7 @@
|
||||
<term ref="pfx:authors"/>
|
||||
</config>
|
||||
<pd:inputBindings>
|
||||
<xsl:copy-of select="$Map-Data/pfx:authors"/>
|
||||
<xsl:copy-of select="$add-author/pfx:authors"/>
|
||||
</pd:inputBindings>
|
||||
</pd:activity>
|
||||
<pd:activity name="Write File">
|
||||
@@ -181,13 +181,13 @@
|
||||
</pd:transition>
|
||||
<pd:transition>
|
||||
<pd:from>Parse XML</pd:from>
|
||||
<pd:to>Map Data</pd:to>
|
||||
<pd:to>add author</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>add author</pd:from>
|
||||
<pd:to>Render XML</pd:to>
|
||||
<pd:lineType>Default</pd:lineType>
|
||||
<pd:lineColor>-16777216</pd:lineColor>
|
||||
@@ -223,7 +223,7 @@
|
||||
</pd:transition>
|
||||
<pd:transition>
|
||||
<pd:from>Write-File-1</pd:from>
|
||||
<pd:to>Map Data</pd:to>
|
||||
<pd:to>add author</pd:to>
|
||||
<pd:lineType>Default</pd:lineType>
|
||||
<pd:lineColor>-16777216</pd:lineColor>
|
||||
<pd:conditionType>always</pd:conditionType>
|
||||
|
||||
Reference in New Issue
Block a user