The Odin Operations Transaction Node is used to manage transactions used on multiple calls made on Operations.

Properties

Connection

Type: Connection Input
Server
Type: String

Port
Type: Int32

Username
Type: String

Password
Type: Password

UseSsl
Type: Boolean

The Connection should have the same details as the Odin Operations Execute Connection.

Method

Type: List Input
Begin
Commit
Rollback
The Method Property

TransactionId

Type: String InputOutput
The TransactionId Property will be returned if the Method is Begin, and must be supplied when the Method is Commit or Rollback

RequestId

Type: String InputOutput
Request ID. It is used to track the overall status of tasks scheduled by the transaction, if specified. Use the pem.getRequestStatus method to obtain the overall status of tasks scheduled after transaction commit.

Timeout

Type: String Input
Defines transaction timeout (in seconds). This is optional parameter. Timeout is unlimited by default.

ResultXml

Type: Xml Output
The ResultXml Property

See Also

Did this answer your question?