Loïc Mathieu

Results 473 comments of Loïc Mathieu

@Mahitej28 you can work on the issue but I'm not sure what needs to be done, if you didn't find it by yourself maybe find an easier issue to work...

@Chaitanya-087 it seems you don't have the correct Java version, we're using Java 21. Please ask help on our Slack contributors channel for help on contributing.

@Malaydewangan09 please open a PR with what you have so far, it's too complex to explain how our Executor work so I'll take it over from their. Thanks a lot...

Hi, thanks to volunteer to implement this. Pebble functions are implemented here: https://github.com/kestra-io/kestra/tree/develop/core/src/main/java/io/kestra/core/runners/pebble/functions You need to add a new class and configure it here: https://github.com/kestra-io/kestra/blob/develop/core/src/main/java/io/kestra/core/runners/pebble/Extension.java#L123 Don't forget to add a...

In fact, the discrepency is between the task run and the attempt, as here it's the attempt state that is displayed. For me it's correct: there is a fail attempt...

Yes, it's because value/values are dynamic and non-typed inside the where filter. There is no link between the field and the type of the value attribute in a where filter.

If we do this, we should also provide the same for ForEach as this task also need to be able to concatenate its results (its subtask outputs). See for example:...

This should fix https://github.com/kestra-io/kestra/issues/4996

Reverted as it causes issue with subflow with outputs, see https://github.com/kestra-io/kestra/issues/6308