Rsh-filewriter-call
The rsh-filewriter-call plug-in writes the content in the GVBuffer 'object' field into the a file, overwriting the target file if already present, through RSH local/remote service.
Complete file path is the 'filePathName' attribute value.
The attribute can contain placeholders, that are expanded at plugin call time.
Attribute 'filePathName' is subject to these constraints:
- It is overridden by 'GVFR_FILE_NAME' property, if present in current GVBuffer.
- If property is not defined in GVBuffer, the 'filePathName' attribute in the configuration is used.
- An exception is thrown if neither the property nor the attribute in configuration are set.
The rsh-filewriter-call Element is used by:
The following table shows its attributes:
Attribute | Type | Description |
---|---|---|
type | fixed | This attribute must assume the value call. |
class | fixed | This attribute must assume the value it.greenvulcano.gvesb.virtual.rsh.RemoteFileWriterCallOperation. |
name | required | Operation name.
Used in the Flow section to associate workflow nodes to VCL operations. |
rsh-client-name | required | RSH client name. |
filePathName | required | This value can be static or dynamic, containing placeholders that could be replaced at plugin call time. This is a default value, and it is used if the property 'GVFW_FILE_NAME' is not defined in the current GVBuffer. |
Might contain the sub-element: