Skip to main content

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

InputNameExpected type(s)Description
Pin 0
Required
workflowworkflow
Pin 1pathstring
Pin 2formatint320 is ASCII format and 1 is binary, default is 0.
Pin 3optionsint321 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

OutputNameExpected type(s)Description
Pin 0data_sourcesdata_sources, string

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: export_symbolic_workflow

License: any_dpf_supported_increments

Changelog

  • Version 0.0.0: Initial release.