alishaaaqil commented on PR #4335:
URL: 
https://github.com/apache/incubator-kie-kogito-runtimes/pull/4335#issuecomment-5002327153

   @josedee @pefernan 
   Currently, PATCH works at the process variable level, not inside the fields 
of a complex object. For a variable such as supportCase, sending only 
`{"supportCase":{"description":"..."}} `replaces the entire supportCase object 
rather than updating just the description field, so the complete supportCase 
object needs to be sent.
   
   This PR keeps that existing behavior and only fixes how explicit null values 
are handled for top-level process variables.
   
   If updating individual fields within complex objects is something we want to 
support, I believe that would require a separate enhancement. Would you prefer 
that to be tracked in a separate Jira


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to