Dmitrii
Dmitrii
I suppose that the issue may be in [ServiceTaskHandler.java](https://github.com/kiegroup/kogito-runtimes/blob/49c622f08f3803d27d0585adfdeabe93200f642e/jbpm/jbpm-bpmn2/src/main/java/org/jbpm/bpmn2/handler/ServiceTaskHandler.java) Current implementation puts result object into results HashMap with resultVarName irrespective of the fact that result may be itself a HashMap....
You may use the same reproducer as for [Issue 2415](https://github.com/kiegroup/kogito-runtimes/issues/2415) with the following minor modification to avoid bug reported in 2415: - Set "Audit user" task handler in "AuditService.java" not...
Thank you for your quick feedback, @tiagodolphine ! I tried many combinations: with RuntimeException, with custom exception class. As soon as I try to handle same exception on another task...
sh interpreter can't handle "[[" in if statements. So, we should use bash to call startServices.sh `$ bash startServices.sh`
Thank you Tristan and Ricardo for your quick and valuable replies that I will use for guidance. I would be grateful if you could answer my further questions. ### Question...
Thank you for welcoming my enhancement request and your suggestion to join efforts. I will not be able to help because I have no experience with Node.js and I am...
Please check generator at https://app.quicktype.io/ with the following settings: "Source type" = "JSON schema" "Language" = "Python" "Version" = "3.7" "Classes only" = selected
@SheryarKhaliq125 , I tried to set up two databases recently. Used the following references: - https://github.com/cube-js/cube/tree/eeda56aae8ea2c4e3a62a27633834da8e1668279/examples/recipes/joining-multiple-datasources-data - https://github.com/cube-js/cube/tree/eeda56aae8ea2c4e3a62a27633834da8e1668279/examples/recipes/joining-multiple-databases-data I ended up with the following in my ~/cube/conf/cube.js: ``` const PostgresDriver...
Thank you for your quick reply. I am trying to integrate with Jira having limited out-of-box capabilities (web hooks): it can send HTTP-request but not more than that.