deepforge-dev / deepforge

A modern development environment for deep learning
https://deepforge.org
Apache License 2.0
753 stars 78 forks source link

executionId should be recorded by ExecuteJob/Pipeline #1229

Open brollb opened 4 years ago

brollb commented 4 years ago

The executionId should be recorded by the ExecuteJob or ExecutePipeline plugin. Currently, the executionId is not available to the plugin so this is blocked by https://github.com/webgme/webgme-engine/issues/169

brollb commented 4 years ago

As of #1293, the executionId is now recorded by the plugin. However, this required messaging between the plugin and the initiating client. This is not ideal and would be much better if the plugin had access to the executionId (referenced in the above issue).