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:
- uid
str Node uid.
- execution_options
ExecutionOption Execution options to be set.
- uid
Notes
This method changes only the stored execution options of the instance in the block, it does not change the actual state.