serialization:workflow to workflow_topology
Version: 0.0.0
Description
Creates a GenericDataContainer based on WorkflowTopology structure from a Workflow object, allowing to access its operators, operator connections, data connections, and exposed pins.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | workflow | workflow |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | workflow_topology | generic_data_container |
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: serialization
Plugin: core
Scripting name: None
Full name: None
Internal name: workflow_to_workflow_topology
License: None
Changelog
- Version 0.0.0: Initial release.