camunda-community-hub / zeebe-simple-monitor

A monitoring application to show insides of Zeebe for developers
Apache License 2.0
167 stars 105 forks source link

Need to pass bigint keys to app.js instead of int #715

Open skibindings opened 3 months ago

skibindings commented 3 months ago

App.js builds html element id as concat of string and key (for setting variables/resolving incidents). If key is too big (bigger than int) then concatenation gives unexpected result (wrong id due to rounding of the integer) so we can't get input value from html form and pass it to the backend