forked from tcs-test-user/PythonSampleApp
		
	Add 'appDefinition.json'
This commit is contained in:
		
							
								
								
									
										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" : { }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user