Hyperledger Fabric Query Agent Service (com.ibi.agents.XDFabricQueryAgent)

Syntax:

com.ibi.agents.XDFabricQueryAgent

iIT Service Object:

format: Hyperledger Fabric Query Agent

Description: Calls chaincode to query a blockchain in the Hyperledger Fabric.

Parameters:

Parameter

Description

Fabric Channel Provider *

The name of the Fabric Channel Provider.

Chaincode Name *

The name of the chaincode to call.

Chaincode Path *

The path of the chaincode to call.

Chaincode Version *

The version of the chaincode to call.

Return Value Format

How the ByteString return value should be interpreted.

Call

Argument Type

The data type of all the chaincode arguments, either a regular string, or a byte array encoded as a hex string with two consecutive hexadecimal characters per byte.

Argument 0

The value of the first argument.

Argument 1

The value of the second argument.

Argument 2

The value of the third argument.

Argument 3

The value of the fourth argument.

Argument 4

The value of the fifth argument.

Edges:

The following table lists the available Line Edges for the Hyperledger Fabric Query Agent Service (com.ibi.agents.XDFabricQueryAgent).

Line Edge

Description

OnError

An exception occurred during execution.

OnSuccess

The operation was successful.

OnFailure

A fail condition occurred during execution.

OnFailedOperation

Could not perform the operation requested.

OnFailParse

Could not parse a document.