Hyperledger Fabric - execute synchronous transaction
Search form
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
Parameter Type Description
Minimum Successful: integer Minimum number of successful proposals required to send the transaction to the orderers.
Maximum Failed: integer Maximum number of failed proposals tolerated. The transaction will not be sent to the orderers if there are more failed proposals.
* - denotes required
Parameter Type Description
* Format: string Determines 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
Runtime Class - com.ibi.agents.XDFabricAgent
Configuration
This action requires a Generics Configuration as well as the following required parameters.
Parameter Groups
Parameter Type Description
Minimum Successful: integer Minimum number of successful proposals required to send the transaction to the orderers.
Maximum Failed: integer Maximum number of failed proposals tolerated. The transaction will not be sent to the orderers if there are more failed proposals.
* - denotes required
Parameter Type Description
* Format: string Determines 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
Configuration
This action requires a Generics Configuration as well as the following required parameters.Parameter Groups
Parameter | Type | Description | |
---|---|---|---|
Minimum Successful: | integer | Minimum number of successful proposals required to send the transaction to the orderers. | Maximum Failed: | integer | Maximum number of failed proposals tolerated. The transaction will not be sent to the orderers if there are more failed proposals. |
* - denotes required
Parameter | Type | Description | |
---|---|---|---|
* | Format: | string | Determines what will be the contents of the output document.
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. |