salaboy

Results 393 comments of salaboy

@afrittoli can you check these diagrams to validate that they make sense? We will move ahead trying to implement this and I've opened an issue for adding just one new...

@msfussell @JoshVanL I didn't want to edit the text, but for the Post Release day can we just refer to this issue: https://github.com/dapr/dapr/issues/7364 Instead of having a duplicate list here?

@sayakadead thanks for reporting.. can you share your process model? How is this condition: "(if varEntity.go>0)" being written and where?

@sayakadead now.. the million dollar question: does the VarEntity class exist in your classpath? If you send a json content that cannot be marshalled into an actual class you will...

@sayakadead yeah.. but you see what I mean.. because it is a JSON node, it is not a bean.. so the expression evaluator might be failing to understand what JsonNode.getGo()...

@sayakadead did you debug for the complete task scenario? I know that we have some json support but I also know that it is not perfect. Ok so the problem...

@mkawczynski07 is this not working: https://github.com/Activiti/activiti-api/blob/develop/activiti-api-process-runtime/src/main/java/org/activiti/api/process/runtime/ProcessRuntime.java#L109 ? I would recommend to use the new ProcessRuntime & TaskRuntime interfaces from the new API instead of using the old Services. Moving forward...

@mkawczynski07 more information here: https://salaboy.com/2018/08/13/getting-started-with-activiti-core-7-0-0-beta1/

@mkawczynski07 can we create a simple reproducer.. for example: https://github.com/Activiti/activiti-examples/tree/develop/activiti-api-basic-full-example If you copy that project , add a similar process to the one that you have to demonstrate the problem...