Sebastiano Bisacchi
Sebastiano Bisacchi
Why in every restapi response there are the following data? https://github.com/aiidateam/aiida-core/blob/660fec70ef43a64be7edae3c12f0a0fd5ef84349/src/aiida/restapi/resources.py#L78 Are they used for something? I think that those data are useful only for debug, since in a production...
Following the issue #7135 where i found out that the plumpy ProcessListener was broken for exceptions state transitions, i suggest the following fix.
After implementing plumpy ProcessListener to keep track of WorkChain states in my project, I noticed that the `excepted` event is never called by the process listener resulting in an inconsistency...