processflow import
The processflow import command imports a process flow file (a .pf file) into the server. Process flow files are created by exporting a process flow from the server using the processflow export command
Usage
processflow import --f ProcessFlowFile --u TrueOrFalse --p Path --c TrueOrFalseRequired | Argument | Description |
---|---|---|
Yes | --f ProcessFlowFile | Specifies the process flow file (the .pf file) you want to import. Relative directory paths are relative to the location where you are running the Administration Utility. You can also specify an absolute path. |
No | --u TrueOrFalse | Specifies whether to overwrite the existing process flow if a process flow with
the same name is already on the server, where TrueOfFalse is one of the following:
|
No | --p Path | Specifies the Spectrum Enterprise Designer Server Explorer folder to import the flow into. |
No | --c TrueOrFalse | Specifies whether to create the folder specified in --p if it
does not exist.
|
Example
This example imports the process flow named MyProcessFlow.pf which is located in a subfolder named exported in the location where you are running the Administration Utility. The process flow will be imported into the Samples folder in Spectrum Enterprise Designer.
processflow import --f exported\MyProcessFlow.pf --p Samples