Overview
This Plug-in contains a function, getProcessHistoryInfo(), which exposes process history details for a given process id. It returns a ProcessHistoryInfo CDT which contains process information along with a HistoryData CDT array that contains the history details.
I am running into an issue while executing getProcessHistoryInfo on a process that was started using a startProcessNode. The error reads as follows:Expression evaluation error [evaluation ID = 6f55d:2905c] in rule '<name of UI expression>' at function 'getprocesshistoryinfo' [line 19]: java.lang.IllegalStateException: toTopicPartition() invoked for topic [ph.EXEC01-0] with null partition
Would you be able to add any exception handling around this area for this to be handled and release a new version please?