Name | Display Name | Category | Description | Handler |
---|---|---|---|---|
EthereumQueryExistingContract | EthereumQueryExistingContract | mvel: new org.jbpm.process.workitem.ethereum.QueryExistingContractWorkitemHandler() |
Name | Type | Required |
---|---|---|
MethodOutputType | new StringDataType() | false |
ServiceURL | new StringDataType() | true |
ContractMethodName | new StringDataType() | true |
ContractAddress | new StringDataType() | true |
Name | Type |
---|---|
Result | new StringDataType() |
Group | Artifact | Version |
---|---|---|
org.jbpm.contrib | ethereum-workitem | 7.14.0.Final |
Name | Display Name | Category | Description | Handler |
---|---|---|---|---|
EthereumObserveContractEvent | EthereumObserveContractEvent | mvel: new org.jbpm.process.workitem.ethereum.ObserveContractEventWorkitemHandler() |
Name | Type | Required |
---|---|---|
SignalName | new StringDataType() | true |
EventReturnType | new StringDataType() | false |
ServiceURL | new StringDataType() | true |
EventIndexedParameter | new StringDataType() | false |
EventName | new StringDataType() | true |
EventNonIndexedParameter | new StringDataType() | false |
AbortOnUpdate | new StringDataType() | false |
ContractAddress | new StringDataType() | true |
Group | Artifact | Version |
---|---|---|
org.jbpm.contrib | ethereum-workitem | 7.14.0.Final |
Name | Display Name | Category | Description | Handler |
---|---|---|---|---|
EthereumTransactExistingContract | EthereumTransactExistingContract | mvel: new org.jbpm.process.workitem.ethereum.TransactExistingContractWorkitemHandler() |
Name | Type | Required |
---|---|---|
MethodInputType | new StringDataType() | false |
WaitForReceipt | new StringDataType() | false |
DepositAmount | new StringDataType() | false |
ServiceURL | new StringDataType() | true |
MethodName | new StringDataType() | true |
ContractAddress | new StringDataType() | true |
Name | Type |
---|---|
Receipt | new StringDataType() |
Group | Artifact | Version |
---|---|---|
org.jbpm.contrib | ethereum-workitem | 7.14.0.Final |
Name | Display Name | Category | Description | Handler |
---|---|---|---|---|
EthereumSendEther | EthereumSendEther | mvel: new org.jbpm.process.workitem.ethereum.SendEtherWorkitemHandler() |
Name | Type | Required |
---|---|---|
Amount | new StringDataType() | true |
ServiceURL | new StringDataType() | true |
ToAddress | new StringDataType() | true |
Name | Type |
---|---|
Receipt | new StringDataType() |
Group | Artifact | Version |
---|---|---|
org.jbpm.contrib | ethereum-workitem | 7.14.0.Final |
Name | Display Name | Category | Description | Handler |
---|---|---|---|---|
EthereumDeployContract | EthereumDeployContract | mvel: new org.jbpm.process.workitem.ethereum.DeployContractWorkitemHandler() |
Name | Type | Required |
---|---|---|
WaitForReceipt | new StringDataType() | false |
DepositAmount | new StringDataType() | false |
ContractPath | new StringDataType() | true |
ServiceURL | new StringDataType() | true |
Name | Type |
---|---|
ContractAddress | new StringDataType() |
Group | Artifact | Version |
---|---|---|
org.jbpm.contrib | ethereum-workitem | 7.14.0.Final |
Name | Display Name | Category | Description | Handler |
---|---|---|---|---|
EthereumGetBalance | EthereumGetBalance | mvel: new org.jbpm.process.workitem.ethereum.GetBalanceWorkitemHandler() |
Name | Type | Required |
---|---|---|
ServiceURL | new StringDataType() | true |
Name | Type |
---|---|
Balance | new StringDataType() |
Group | Artifact | Version |
---|---|---|
org.jbpm.contrib | ethereum-workitem | 7.14.0.Final |