In case an event is present in the BPMN model, but the configuration is not present for this event - then, we add it to the UI with the default parameter.
In case the event is present in the configuration file (JSON), but is not present in the BPMN model - then, we ignore this event. But we also notify users that there were ignored events.
The same behavior (in two prev points) should be followed for tasks.
To-do tasks:
[ ] name all the supported intermediate events
[ ] fix the mismatches for the tasks
[x] do not look for events if BPMN file does not contain them
Requirements:
To-do tasks: