scylla
scylla copied to clipboard
Extensible BPMN process simulator
As a Scylla CLI user, I want to be able to configure plugins from CLI.
Create a DTD for global and simulation configuration. Should wait until input creation project is finished.
When downloading and extracting the scylla.jar, and running the Mooc example (regular event configuration), the following error occurs: ``` Exception in thread "main" java.lang.NullPointerException: Cannot invoke "java.util.Map.keySet()" because "nodeInfos" is...
As a simulation user, when providing a simulation configuration with plugin-handled elements, e.g. ``. **Expected Behavior** I expect there to be no warning if the element is supported by a...
Plugin packages might have more extensive descriptors, including e.g. - Plugin metainformation - Goal - Functionalities - Entry points - Description of the utility class - Plugin dependencies
Note: This issue was added to the board just at the end of the project to make our work comprehensible, because we did not really use this board in the...
As a plugin developer, when I try to load a plugin that has subpackages, the following error occurs: XXX --- Note: Mono-packages was a design decision once, but might be...
As a plugin developer, when writing tests for my plugins, it would be nice to have the option to annotate my test class with a set of plugin configurations to...
When the simulation is aborted due to a critical error (e.g. NullPointer), the system should acknowledge this. Currently, the simulation might finish in an invalid state, leading to errors, e.g....
Both plugins handle delays due to events and could be combined. Currently, the following differences and deficiencies have been analyzed: - EAR plugin only supports intermediate events, while TE plugin...