Debabrata Patnaik
Debabrata Patnaik
@nmirasch we tried using the date filters and seems it's implemented partially. For example in mongodb the data stored for a date field is till iso formated string where as...
@nmirasch Adding details for the bug as discussed. Refer the to reproducer at https://github.com/debu999/kogito-learn.git I have a simple BPMN with a date process variable called dt of type java.util.Date. Now...
@nmirasch was there any findings on this and any advise on this discrepancy.
Is there a way to get the query fired to fetch data from mongodb. I did try with log level TRACE. But no query gets printed. To understand why it's...
@nmirasch did we get any update on date filter issue for variables
Do we need to look at mongodb storage project
@nmirasch find below the details. As you can see in the di vs the translated the call I got the issue now. When we try to query any variable via...
Any update on this @nmirasch
@nmirasch @cristianonicolai Following is the logs from dataindex ``` 2023-03-14 08:17:48,873 DEBUG [org.kie.kog.ind.ser.mes.ReactiveMessagingEventConsumer] (vert.x-eventloop-thread-7) Process instance consumer received ProcessInstanceDataEvent: AbstractDataEvent{specVersion=1.0, id='f41e67b5-214d-45d5-bd55-6a5fa2e29045', source=http://localhost:8080//sampleParent, type='ProcessInstanceEvent', time=2023-03-14T02:47:48.737327Z, subject='null', dataContentType='application/json', dataSchema=null, data=ProcessInstanceEventBody{id='a7f70302-304e-40d0-8b9d-b958350fb33d', version='1.0', parentInstanceId='null',...
Thanks @cristianonicolai on the details on how to get parent/child relation on parent domain. Can we have a enhancement so the child process shows up in its domain which is...