Back to bricks list
Introduction
Getting Started
Developer guide
Release
Architecture
CLI
Technical documentations
Version

TaskProxy

Functions
__INIT__

Initialize self. See help(type(self)) for accurate signature.

task_model : TaskModel
GET_FIRST_INPORT
Return type : ProcessWithPort
GET_FIRST_OUTPORT
Return type : ProcessWithPort
GET_INPUT

retrieve the resource of the input

Name : str
[description]
Return type : Resource
GET_INPUT_PORT

Access input port information of a process to create connectors in protocol

port_name : str
Return type : ProcessWithPort
GET_INPUT_RESOURCE_MODEL

retrieve the resource model of the input

Name : str
[description]
Return type : ResourceModel
GET_MODEL
Return type : ProcessModel
GET_MODEL_ID
Return type : str
GET_OUTPUT

retrieve the resource of the output

Name : str
[description]
Return type : Resource
GET_OUTPUT_PORT

Access output port information of a process to create connectors in protocol

port_name : str
Return type : ProcessWithPort
GET_OUTPUT_RESOURCE_MODEL

retrieve the resource model of the output

Name : str
[description]
Return type : ResourceModel
GET_PARAM
Name : str
Return type : Any
GET_PROCESS_TYPE
Return type : Type[Process]
REFRESH
Return type : ProcessProxy
RESET_CONFIG
SET_CONFIG_PARAMS

Set the config param values

config_params : ConfigParamsDict
SET_INPUT

Set the resource of an input. If you want to manually set the input resource of a process

Name : str
[description]
resource : Resource
[description]
SET_PARAM

Set the param value

param_name : str
value : ParamValue
GET_BY_ID - @classmethod
id : str
Return type : TaskProxy