Juan Cruz
Juan Cruz
As far as I have been able to test if I do something like this: ```python @dataclass class User: name: str @dataclass class CriteriaParameters: """Criteria Parameters.""" filters: Annotated[ User |...
> @JCHacking could the PR that was merged yesterday adding kafka support to the workflow-status-listener and some new events described here https://github.com/conductor-oss/conductor/tree/main/workflow-event-listener#kafka-publisher work? > The new events were only added...
It seems to be a problem with orkes-workflow-visualizer, but I can't find the code for this library.
In conductor OSS it seems that in order to be evaluated as JavaScript the evaluatorType is `javascript` and not `graaljs` https://docs.conductor-oss.org/documentation/configuration/workflowdef/operators/switch-task.html#evaluator-types-and-expression
Yes, but you can see that in the Enum is also the JavaScript value (https://github.com/conductor-sdk/conductor-python/blob/main/src/conductor/client/workflow/task/switch_task.py#L13), it is the bad thing about Conductor that you have Conductor OSS and Orker, and...
It would also be good to review the scripts of the rest of the persistence. I think the best thing to do is to create a new migration with the...
Sure!! This is the yaml ```yaml cache_database: host: localhost port: 6379 database: 0 username: "" password: "" minimum_connections: 1 maximum_connections: 10 database: host: localhost port: 5432 database: "automated-tests" username: "admin"...
Hi @provinzkraut Sorry, I think the example isn't quite right for the error. I just edited it so that it makes sense. Could you check it again?
Hi @codejedi365 You can use the forgejo test environment https://v12.next.forgejo.org/ I think it would be the easiest way to test everything well. I still don't have a Forgejo environment available...
Hi I understand your idea, to create two lists, one with linked issues and another with closed ones. So, I understand that linked_issues should show all of them, and then...