Skip to main content

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

InputNameExpected type(s)Description
Pin 0
Required
workflowworkflow
Pin 1output_pathstring

Outputs

OutputNameExpected type(s)Description
Pin 0pydpf_codestring

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf 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.