Philipp Schillinger
Philipp Schillinger
In case it happens again to someone that no state definitions are found, can you please try the following steps: - Make sure that the FlexBE App is on the...
I think there are several nice aspects of having the App as web service, including those that you listed. At the moment, however, it is indeed not on my roadmap...
Unfortunately, this results from a limitation of the nwjs framework. In general, only one instance of an app can be running (i.e., one process). It is possible to open multiple...
This is not possible right now, but I also don't see any problems with adding this functionality. Are you referring to new lines in the generated config file? This is...
Right now there is only one arg, it is processed by the [main function]( https://github.com/FlexBE/flexbe_app/blob/master/src/main.js#L18). But it should be ok to add the new one there as well, I will...
Yes, good point. As it is implemented right now, a transition only knows the states it connects when being drawn, but does not consider any other transition. So it is...
Not sure if this might be a bit confusing sometimes, but I see your point. There is also the option "fade outcomes" to make the transitions to outcomes less dominant....