serialization:import symbolic workflow
Version: 0.0.0
Description
Reads a file or string holding a Symbolic Workflow and instantiate a WorkFlow with its data.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | string_or_path | string, data_sources | |
| Pin 2 | format | int32 | -1 is auto-detection, 0 is ASCII format, 1 is binary, 2 is json, default is -1 (auto-detection). |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | workflow | workflow |
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: import_symbolic_workflow
License: any_dpf_supported_increments
Changelog
- Version 0.0.0: Initial release.