utility:delegate to operator
Version: 0.0.0
Description
Delegate the run to an Operator instantiated by the name in input (forwards all the input of this Operator to the sub Operator).
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin -1 Required | operator_name | string |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | any | any | inputs |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
Scripting
Category: utility
Plugin: core
Scripting name: delegate_to_operator
Full name: utility.delegate_to_operator
Internal name: delegate_to_operator
License: None
Changelog
- Version 0.0.0: Initial release.