5 """Simple Runnable to test as a standaloneJob""" 21 print(
"set gamma to", s)
22 self.
param(
'gamma', s)
26 print(
"gamma is", self.
param(
'gamma'))
def param_required(self, param_name)
Returns the value of the parameter "param_name" or raises an exception if anything wrong happens...
This is the counterpart of GuestProcess.
def warning(self, message, is_error=False)
Store a message in the log_message table with is_error indicating whether the warning is actually an ...
def param(self, param_name, args)
When called as a setter: sets the value of the parameter "param_name".
def dataflow(self, output_ids, branch_name_or_code=1)
Dataflows the output_id(s) on a given branch (default 1).
Simple Runnable to test as a standaloneJob.