Transactions¶
Transactions are communication actions that both send and receive data from the system. Every transaction creates both an Input and an Output in SessionData with its own name.
Transactions work in a request/response manner. Each request expects a matching response before the timeout expires.
Table Property Path - Sessions[].Transactions[]
Http¶
Sends an HTTP request and stores the HTTP response when one arrives.
Table Property Path - Sessions[].Transactions[].Http
Data Structure
Grpc¶
Invokes a gRPC method.
Table Property Path - Sessions[].Transactions[].Grpc