Proposed new "executable" tag in SlicerExecutionModel

What this executables tag refers to and what would it be used for?
It seems that the value specify what language the module is implemented in, but that should not matter much - you can compile python code to be an exe file, you can also create executables by bash scripting, you can run .bat files on Windows…

Do you want to specify what software you need to use to launch it? Then the options should be system, python, bash, etc. and the tag name could be “launcher”, “interpreter” or something similar.

1 Like

I agree with Andras - would be great to know more details about this new tag. It is quite confusing. I could not make the call, is there some place with more details?

Here is a link to bring some context … https://github.com/commontk/ctk-cli/pull/17

(i will follow up next week when I am back from travelling)