
rib.ethereum-workitem.7.10.0.Final.source-code.ethereum-workitem.json Maven / Gradle / Ivy
[
{
"name" : "EthereumQueryExistingContract",
"displayName" : "EthereumQueryExistingContract",
"category" : "",
"description" : "",
"defaultHandler" : "mvel: new org.jbpm.process.workitem.ethereum.QueryExistingContractWorkitemHandler()",
"documentation" : "ethereum-workitem/index.html",
"parameters" : [
{
"name" : "MethodOutputType",
"type" : "new StringDataType()"
}
,{
"name" : "ServiceURL",
"type" : "new StringDataType()"
}
,{
"name" : "ContractMethodName",
"type" : "new StringDataType()"
}
,{
"name" : "ContractAddress",
"type" : "new StringDataType()"
}
],
"results" : [
{
"name" : "Result",
"type" : "new StringDataType()"
}
],
"mavenDependencies" : [
{
"groupId" : "org.jbpm.contrib",
"artifactId" : "ethereum-workitem",
"version" : "7.10.0.Final"
}
],
"icon" : ""
}
,{
"name" : "EthereumObserveContractEvent",
"displayName" : "EthereumObserveContractEvent",
"category" : "",
"description" : "",
"defaultHandler" : "mvel: new org.jbpm.process.workitem.ethereum.ObserveContractEventWorkitemHandler()",
"documentation" : "ethereum-workitem/index.html",
"parameters" : [
{
"name" : "SignalName",
"type" : "new StringDataType()"
}
,{
"name" : "EventReturnType",
"type" : "new StringDataType()"
}
,{
"name" : "ServiceURL",
"type" : "new StringDataType()"
}
,{
"name" : "EventIndexedParameter",
"type" : "new StringDataType()"
}
,{
"name" : "EventName",
"type" : "new StringDataType()"
}
,{
"name" : "EventNonIndexedParameter",
"type" : "new StringDataType()"
}
,{
"name" : "AbortOnUpdate",
"type" : "new StringDataType()"
}
,{
"name" : "ContractAddress",
"type" : "new StringDataType()"
}
],
"mavenDependencies" : [
{
"groupId" : "org.jbpm.contrib",
"artifactId" : "ethereum-workitem",
"version" : "7.10.0.Final"
}
],
"icon" : ""
}
,{
"name" : "EthereumTransactExistingContract",
"displayName" : "EthereumTransactExistingContract",
"category" : "",
"description" : "",
"defaultHandler" : "mvel: new org.jbpm.process.workitem.ethereum.TransactExistingContractWorkitemHandler()",
"documentation" : "ethereum-workitem/index.html",
"parameters" : [
{
"name" : "MethodInputType",
"type" : "new StringDataType()"
}
,{
"name" : "WaitForReceipt",
"type" : "new StringDataType()"
}
,{
"name" : "DepositAmount",
"type" : "new StringDataType()"
}
,{
"name" : "ServiceURL",
"type" : "new StringDataType()"
}
,{
"name" : "MethodName",
"type" : "new StringDataType()"
}
,{
"name" : "ContractAddress",
"type" : "new StringDataType()"
}
],
"results" : [
{
"name" : "Receipt",
"type" : "new StringDataType()"
}
],
"mavenDependencies" : [
{
"groupId" : "org.jbpm.contrib",
"artifactId" : "ethereum-workitem",
"version" : "7.10.0.Final"
}
],
"icon" : ""
}
,{
"name" : "EthereumSendEther",
"displayName" : "EthereumSendEther",
"category" : "",
"description" : "",
"defaultHandler" : "mvel: new org.jbpm.process.workitem.ethereum.SendEtherWorkitemHandler()",
"documentation" : "ethereum-workitem/index.html",
"parameters" : [
{
"name" : "Amount",
"type" : "new StringDataType()"
}
,{
"name" : "ServiceURL",
"type" : "new StringDataType()"
}
,{
"name" : "ToAddress",
"type" : "new StringDataType()"
}
],
"results" : [
{
"name" : "Receipt",
"type" : "new StringDataType()"
}
],
"mavenDependencies" : [
{
"groupId" : "org.jbpm.contrib",
"artifactId" : "ethereum-workitem",
"version" : "7.10.0.Final"
}
],
"icon" : ""
}
,{
"name" : "EthereumDeployContract",
"displayName" : "EthereumDeployContract",
"category" : "",
"description" : "",
"defaultHandler" : "mvel: new org.jbpm.process.workitem.ethereum.DeployContractWorkitemHandler()",
"documentation" : "ethereum-workitem/index.html",
"parameters" : [
{
"name" : "WaitForReceipt",
"type" : "new StringDataType()"
}
,{
"name" : "DepositAmount",
"type" : "new StringDataType()"
}
,{
"name" : "ContractPath",
"type" : "new StringDataType()"
}
,{
"name" : "ServiceURL",
"type" : "new StringDataType()"
}
],
"results" : [
{
"name" : "ContractAddress",
"type" : "new StringDataType()"
}
],
"mavenDependencies" : [
{
"groupId" : "org.jbpm.contrib",
"artifactId" : "ethereum-workitem",
"version" : "7.10.0.Final"
}
],
"icon" : ""
}
,{
"name" : "EthereumGetBalance",
"displayName" : "EthereumGetBalance",
"category" : "",
"description" : "",
"defaultHandler" : "mvel: new org.jbpm.process.workitem.ethereum.GetBalanceWorkitemHandler()",
"documentation" : "ethereum-workitem/index.html",
"parameters" : [
{
"name" : "ServiceURL",
"type" : "new StringDataType()"
}
],
"results" : [
{
"name" : "Balance",
"type" : "new StringDataType()"
}
],
"mavenDependencies" : [
{
"groupId" : "org.jbpm.contrib",
"artifactId" : "ethereum-workitem",
"version" : "7.10.0.Final"
}
],
"icon" : ""
}
]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy