mattcasters commented on issue #5304: URL: https://github.com/apache/hop/issues/5304#issuecomment-3853449105
Indeed @hansva. The Previous Devepment Instance only tracked things in the GUI and not very well. I think that it should be possible to implement something that links a running sub-pipeline or sub-workflow to the executing transform or action. You can store this information in `IExtensionData.getExtensionDataMap()`. The main concern would be leaking memory. We'd probably need options to "forget" completed work ... or not. Visual indicators on the actions and transforms like `running`, `failed` or `completed` icons are already present. Perhaps we can implement a click-through options for them. -- 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]
