tomwer.core.process.task.BaseProcessInfo#

class tomwer.core.process.task.BaseProcessInfo(inputs=None)#

Tomwer base process class

static definition()#

definition of the process

get_configuration()#
Return type:

dict | None

Returns:

configuration of the process

static program_name()#

Name of the program used for this processing

static program_version()#

version of the program used for this processing

static properties_help()#
Returns:

display the list of all managed keys and possible values

set_configuration(configuration)#
Return type:

None