Rsh-call

From GreenVulcano Wiki
Jump to: navigation, search

The element rsh-call is the GreenVulcano® ESB plugin for running a R(emote)SH(ell) command.

The rsh-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.RemoteShellCallOperation.
name required Operation name.

Used in the Flow section to associate workflow nodes to VCL operations. The attribute's value cannot be null.

rsh-client-name required RSH client name.

The attribute's value cannot be null.

directory optional Pathname of the directory in which the command is executed.

This pathname can be static or may contain placeholders that are replaced at runtime. If this attribute is not present, the command is executed within the current (depends on local/remote RSH client used) working directory. The attribute's value cannot be null.

encoding optional The encoding with which encode the output of the command in the body of GVBuffer.

If not specified, is used the the 'file.encoding' system property value. The attribute's value cannot be null.

Might contain the sub-elements: