waleedev01 / analytics_automated_v2

Middleware layer for exposing analytics and distributed computing jobs as web services
Other
1 stars 0 forks source link

Special Case that do not add $I #84

Closed Cenxn closed 1 month ago

Cenxn commented 1 month ago

!! This feature may need to be discussed with our client !! There exist some case in the dummy database that when $TMP/$ID occur, the input parameter $I{num} wont occur separately in the executable command. For example: image and image This may be due to the fact that the previous task had all the input files in the $TMP/$ID directory.

So I currently assume that in such a case, the clt parser will not automatically add the input files to the execution command (which means, it will not automatically generate $I1, $I2, etc. and add to the executable). Unless the user specifies $(input.input_field_name.basename) directly in the arguments field.