pefernan opened a new issue, #2040: URL: https://github.com/apache/incubator-kie-issues/issues/2040
The Data Index relies on the Source-Files add-on to obtain the Workflow source (raw content of the bpmn/sw file) when querying the `ProcessInstance.source` field. This add-on only exists for Quarkus and relies on Recorders to register the sources on the `SourceProvider`. The goal of this issue is to provide a suitable implementation for Spring-Boot of the Source-Files add-on and move the logic of registering the sources to codegen, which will generate a new Producer for `SourceProvider` and will register the sources there making the feature work for both platforms. -- 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]
