CloneDocument
Duplicates incoming IDOL document FlowFiles.
Properties
Name | Description |
---|---|
Content file storage directory |
IDOL document FlowFiles can have one or more When the processor clones an incoming FlowFile it also clones any files referenced by a |
Number of clones |
The number of times to duplicate an incoming FlowFile and its associated binary files. The processor sends the clones to numbered relationships. For example, if you set "Number of clones" to 2, the processor outputs the original FlowFile to the "original" relationship, and copies of the FlowFile to the relationships named "1" and "2". |
Relationships
Name | Description |
---|---|
1...N | The processor creates numbered relationships for the new FlowFiles. |
original | FlowFiles that were successfully processed. |
failure | FlowFiles that were not successfully processed. |