Hyperledger Fabric - execute synchronous transaction

Description - Calls chaincode to execute a transaction on a blockchain in the Hyperledger Fabric

Runtime Class - com.ibi.agents.XDFabricAgent


Configuration

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

Parameter Groups

 ParameterTypeDescription
Minimum Successful:integerMinimum number of successful proposals required to send the transaction to the orderers.
Maximum Failed:integerMaximum number of failed proposals tolerated. The transaction will not be sent to the orderers if there are more failed proposals.
* - denotes required
 ParameterTypeDescription
*Format:stringDetermines what will be the contents of the output document.

Select from one of the following options:
  • Input Document {input}
  • Chaincode Return Value as UTF-8 String {utf8}
  • Chaincode Return Value as parsed XML {xml}
  • Chaincode Return Value as parsed JSON {json}
  • Chaincode Return Value as Hex String {hex}
  • Chaincode Return Value as Base64 {base64}
  • TransactionEvent as XML {eventxml}
  • TransactionEvent as JSON {eventjson}
* - denotes required

Output Events

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