Hyperledger Fabric - execute query
Search form
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
Parameter Type Description
Format: string How 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
Runtime Class - com.ibi.agents.XDFabricQueryAgent
Configuration
This action requires a Generics Configuration as well as the following required parameters.
Parameter Groups
Parameter Type Description
Format: string How 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
Configuration
This action requires a Generics Configuration as well as the following required parameters.Parameter Groups
Parameter | Type | Description | |
---|---|---|---|
Format: | string | How the ByteString return value should be interpreted
Select from one of the following options:
|
* - denotes required
Output Events
Name | Description |
---|---|
onFailParse | Could not parse a document. |
onFailOperation | Could not perform the operation requested. |