caluma icon indicating copy to clipboard operation
caluma copied to clipboard

Error when resolving dynamic tasks

Open JohnL17 opened this issue 8 months ago • 0 comments

If a dynamic task that returns a queryset instead of a list of strings is followed by another task, Caluma will try to merge and flatten the queryset of task pks with a list of strings which will fail. When resolving dynamic tasks there should be a check if the return value is a queryset and if yes, the queryset should be converted to a list of strings.

JohnL17 avatar Jun 20 '24 06:06 JohnL17