set_instance_execution_option_by_uid#

ExecutableBlock.set_instance_execution_option_by_uid(uid: str, execution_options: ExecutionOption) None#

Set execution options of a specific instance in the block.

Parameters:
uidstr

Node uid.

execution_optionsExecutionOption

Execution options to be set.

Notes

This method changes only the stored execution options of the instance in the block, it does not change the actual state.