pefernan opened a new issue, #1860:
URL: https://github.com/apache/incubator-kie-issues/issues/1860
There are some differences in the operations that support both the Data
Index Service and the Data Index Addon, mostly in mutations that are not
implemented in the Addon.
In this ticket we'll need to implement the `ProcessInstanceUpdateVariables`
mutation on Data Index Addon. This mutation is important if we want customers
editing the variables in the Process Instance Details page from both Management
Console / jBPM Quarkus DevUI.
At this point, the `KogitoAddonRuntimeClientImpl` doesn't implement the
logic of updating the variables, throwing an unsupported operation exception.
```
@Override
public CompletableFuture<String> updateProcessInstanceVariables(String
serviceURL, ProcessInstance processInstance, String variables) {
return throwUnsupportedException();
}
```
--
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]