Expected Behavior (Mandatory)
Using $txData in an after phase trigger's Cypher should result in the transaction data being available to the trigger.
Actual Behavior (Mandatory)
The tests in TriggerDataTest fail with the message Error executing triggers {test=Expected parameter(s): txData}.
This is after updating the test to replace {param} notation with $param notation.
How to Reproduce the Problem
Steps (Mandatory)
- run the
TriggerDataTest class
Specifications (Mandatory)
Currently used versions
Versions
- Neo4j: 4.0
- Neo4j-Apoc: 4.0.0
Expected Behavior (Mandatory)
Using
$txDatain anafterphase trigger's Cypher should result in the transaction data being available to the trigger.Actual Behavior (Mandatory)
The tests in
TriggerDataTestfail with the messageError executing triggers {test=Expected parameter(s): txData}.This is after updating the test to replace
{param}notation with$paramnotation.How to Reproduce the Problem
Steps (Mandatory)
TriggerDataTestclassSpecifications (Mandatory)
Currently used versions
Versions