Hello,
I am reporting this issue here since the issue tracker on Github is not enabled.
Bonita is a nice product but sometimes... oh boy sometimes, it can drive you crazy. I have a rather complex workflow that suddenly broke.
In this workflow, I am calling a custom REST API. Nothing fancy about it. I do a regular GET, get some json to retrieve some users' information.
My endpoint returns something like:
```
{
identity: null
}
```
And this bad editor just lost half my explanation and I dont feel like re-writting it all.
In short, there is a bug making orthogonal code break at runtime unless split in 2 activities. This is obviously bad because it involves calling the same REST webservice twice when you would NOT need to.
Feel free to contact me if you want more details.