Hyperledger Fabric - execute query

Description - Calls chaincode to query a blockchain in the Hyperledger Fabric

Runtime Class - com.ibi.agents.XDFabricQueryAgent


Configuration

This action requires a Generics Configuration as well as the following required parameters.

Parameter Groups

 ParameterTypeDescription
Format:stringHow the ByteString return value should be interpreted

Select from one of the following options:
  • UTF8 String {utf8} - Return the String in a flat document
  • XML {xml} - Return a parsed XML document
  • JSON {json} - Return a parsed JSON document
  • Hex String {hex} - Convert each byte into two hex characters, return the String in a flat document
  • Base64 {base64} - Encode in Base64, return the String in a flat document
* - denotes required

Output Events

NameDescription
onFailParseCould not parse a document.
onFailOperationCould not perform the operation requested.