get_instance_execution_option_by_uid#

ExecutableBlock.get_instance_execution_option_by_uid(uid: str) ExecutionOption | None#

Get execution options of a specific instance in the block.

Parameters:
uidstr

Node uid.

Returns:
Optional[ExecutionOption]

Execution options of the instance with specified uid, if found, else None.