forked from tcs-test-user/PythonSampleApp
Add 'appDefinition.json'
This commit is contained in:
parent
65730c4dc8
commit
bb17a4049e
23
appDefinition.json
Normal file
23
appDefinition.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"scriptLanguage" : "PYTHON_3",
|
||||
"executableScriptName" : "sample_app.py",
|
||||
"inputFiles" : [ {
|
||||
"dataType" : "text_data",
|
||||
"multiplicity" : {
|
||||
"minCount" : 1,
|
||||
"maxCount" : 1
|
||||
}
|
||||
} ],
|
||||
"inputParameters" : [ {
|
||||
"type" : "INTEGER",
|
||||
"name" : "multiplier"
|
||||
} ],
|
||||
"outputs" : [ {
|
||||
"dataType" : "image_data",
|
||||
"fileFormat" : "PNG",
|
||||
"fileName" : "multiplied_numbers_plot.png",
|
||||
"isReturnedValue" : false
|
||||
} ],
|
||||
"requiredTools" : [ "python3" ],
|
||||
"requiredComputationResources" : { }
|
||||
}
|
Loading…
Reference in New Issue
Block a user