serialization:export symbolic workflow
Version: 0.0.0
Description
Transforms a Workflow into a symbolic Workflow and writes it to a file (if a path is set in input) or string
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | workflow | workflow | |
| Pin 1 | path | string | |
| Pin 2 | format | int32 | 0 is ASCII format and 1 is binary, default is 0. |
| Pin 3 | options | int32 | 1 copies connections with its data, 2 forwards named inputs and outputs names, 7 copies connections of named inputs and ouputs with their data. default is 7. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | data_sources | data_sources, 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: export_symbolic_workflow
License: any_dpf_supported_increments
Changelog
- Version 0.0.0: Initial release.