Sascha Di Bernardo
Sascha Di Bernardo
I'll open another issue with this request and see if I can include it in the next release. Until then disabling the analysis or ignoring the results might do the...
In general this sounds pretty cool. The question is, how do we realize such feature. I could imagine having the option in the HTML output to publish/export all results into...
As of now, vPAV is designed to only test one project even though it is able to test multiple projects via the parent_project configuration. This still does not contain the...
Especially READ operations are desired to be found: [read here](https://docs.camunda.org/manual/7.9/reference/bpmn20/events/signal-events/#expressions).
In case expressions are used, variables can be read.
Variables are properly found from the model. In addition, a lookup in the source code for usage of the signal & message api should be done (see [signal api](https://docs.camunda.org/manual/7.9/reference/bpmn20/events/signal-events/#signal-api) and...
As the HTML output is browser-based, we have to find a solution that works with the browsers sandbox. In general, we could store the actual ruleset inside JS and alter...
Can you clarify what exactly is meant?
I approve that as discussed earlier 👍
To visualize the history of the process evolution, we first have to make sure that we can store data and re-access it in later runs. I think this is out...