serialization:workflow to pydpf
Version: 0.0.0
Description
Generates a PyDPF script that can recreate the given workflow. The script is returned as a string, and can optionally be saved to a specified path.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | workflow | workflow | |
| Pin 1 | output_path | string |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | pydpf_code | string |
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_pydpf
License: None
Changelog
- Version 0.0.0: Initial release.