-
Notifications
You must be signed in to change notification settings - Fork 81
LocalFileSystemSender
BonnoSmeele edited this page Oct 14, 2024
·
1 revision
delete a file:
example with iterator:
<ForEachChildElementPipe name="IterateActions" ignoreExceptions="true" elementXPathExpression="manageFileSystemREQ/*">
<LocalFileSystemSender name="IterateInputAction">
<Param name="action" xpathExpression="local-name(*)" />
<Param name="inputFolder" xpathExpression="*/inputFolder" />
<Param name="destination" xpathExpression="*/destination" />
<Param name="filename" xpathExpression="*/filename" />
<Param name="contents" xpathExpression="*/contents" />
<Param name="file" xpathExpression="*/file" />
</LocalFileSystemSender>
<Forward name="success" path="ManageFileSystemRLY" />
</ForEachChildElementPipe>