ProcessProxy
Initialize self. See help(type(self)) for accurate signature.
ProcessModelAdd a dynamic input port to the process.
IOSpecDTO | NoneProcessWithPortAdd a dynamic output port to the process.
IOSpecDTO | NoneProcessWithPortAdd a dynamic parameter specification to the process.
strstrParamSpecDTODelete a dynamic input port from the process.
strDelete a dynamic output port from the process.
strDelete the process from its parent protocol. If the process is not in draft status, it is reset first.
ProcessWithPortProcessWithPortRetrieve the resource of the input.
strtype[ResourceType] | NoneResource | ResourceType | NoneAccess input port information of a process to create connectors in protocol
strProcessWithPortAccess all input port information of a process to create connectors in protocol
list[ProcessWithPort]retrieve the resource model of the input
strResourceModel | NoneProcessModelstrRetrieve the resource of the output.
strtype[ResourceType] | NoneResource | ResourceType | NoneAccess output port information of a process to create connectors in protocol
strProcessWithPortAccess all output port information of a process to create connectors in protocol
list[ProcessWithPort]retrieve the resource model of the output
strResourceModel | NonestrAnytype[Process]boolboolboolboolboolProcessProxyRemove a dynamic parameter specification from the process.
strstrReset the process, clearing its execution results and impacted entities.
Set the config param values
ConfigParamsDictSet the param value
strParamValueUpdate the specification of a dynamic input port.
strIOSpecDTOUpdate the specification of a dynamic output port.
strIOSpecDTOUpdate a dynamic parameter specification of the process.
strstrParamSpecDTO