Minimum - Get the smallest of multiple numbers (including lists) 
		
		This action calculates the minimum of all its inputs.
		 
		 Triggers 
		
		The action's template has a single trigger (Numbers),
		but the action can be used
		with any number of triggers. The action
		uses any of the numbers received through any of the triggers:
		
		
		-  For any non-repetitive trigger: using the
		     number received through the trigger (if any); 
 
		-  For any repetitive trigger (e.g. the Numbers trigger in the action's template):
		     using any of the numbers received through the
		     trigger (if any). 
 
		
		
		Exits
		
		The two exits represent two mutually exclusive possibilities:
		
		<Minimum> (non-repetitive numeric exit [required]): The
		smallest of all input numbers.
		
		No Input (error exit [not required]): Charged if no input
		numbers are received (and thus it is meaningless to define their minimum).
		
		 Usage Examples 
		
		 Test1  (need to complete)