Jonathan Lukas

Results 46 comments of Jonathan Lukas

@CatalinaMoisuc This is great to hear 👍 Is the demo then out of scope or just delayed? Or is there another DRI for this?

My further feedback here: As a generated connector template uses the `@Pattern` validation, the pattern should be applied to the actual value at least. Also, min/max length is problematic. This...

I have a similar use case: Based on the value of another field, the default value of a field should be adjusted. Here, the interesting question is: How would the...

How about wrapping your show-if function with a `not()` function to make it a hide-if? This is a very good alternative I think ;) But I see your point. I...

There is a possible relation to Camunda 8.2 supporting embedded feel scripts. Context: https://camunda.slack.com/archives/C6M6X3EKZ/p1674651738425669

In my current implementation, I save a complex object as variable. This complex object contains fields for both, input collection and output collection. The output should be populated to this...

@shaarmann please review. I cannot add you as reviewer here...

@hkupitz thank you for this bug report. Indeed, this is a complex topic as the correlationKey is defined in the message element itself, which has no knowledge about where is...

@ingorichtsmeier it works on zeebe side. The only "flaw" is that correlation keys are not required on the model as long as only a start message event uses the message.

True. The correlation key for a start event is "hidden" for the rest of the process instance execution, but required for implementation of messaging pattern: https://docs.camunda.io/docs/components/concepts/messages/#message-patterns