Neo Technology Build Agent
Neo Technology Build Agent
**Comment by [magaton](https://github.com/magaton)** _Tuesday Jan 18, 2022 at 19:39 GMT_ ---- I am having the same problem. I have the trigger in `before` phase that is listening to removed property...
**Comment by [vga91](https://github.com/vga91)** _Tuesday May 18, 2021 at 09:20 GMT_ ---- @kubaizak I was unable to replicate the problem, the procedure returns `(p:Person {name: "Mark"})` and `(p:Person {name: "Joe"})`. Can...
**Comment by [eastlondoner](https://github.com/eastlondoner)** _Friday Aug 21, 2020 at 07:45 GMT_ ---- it might be desirable to have an option for immediately retrying on errors as well
**Comment by [jexp](https://github.com/jexp)** _Monday Aug 10, 2020 at 10:51 GMT_ ---- Can you provide a bit more detail / examples for what you want to do Michael?
**Comment by [graphadvantage](https://github.com/graphadvantage)** _Friday Oct 23, 2020 at 23:05 GMT_ ---- Hi Michael - yes I'll see if I can work something up for you using example data. The basic...
**Comment by [jexp](https://github.com/jexp)** _Friday Nov 05, 2021 at 19:20 GMT_ ---- https://github.com/neo-technology/neo4j/blob/dev/public/community/kernel-api/src/main/java/org/neo4j/kernel/api/KernelTransaction.java#L275
**Comment by [conker84](https://github.com/conker84)** _Wednesday Dec 29, 2021 at 14:29 GMT_ ---- This one is public: https://github.com/neo4j/neo4j/blob/4.4/community/kernel-api/src/main/java/org/neo4j/kernel/api/KernelTransaction.java#L275
**Comment by [jexp](https://github.com/jexp)** _Friday Apr 29, 2022 at 10:16 GMT_ ---- This becomes visible in `SHOW TRANSACTIONS YIELD *` then there is a field for status details.