processflow export
The processflow export command exports a process flow from the server to a .pf file. The process flow can then be imported to another server.
Note: Process flows can only be exchanged between identical versions of
Spectrum Technology Platform.
Usage
processflow export --n ProcessFlowName --o OutputFileRequired | Argument | Description |
---|---|---|
Yes | --n ProcessFlowName | Specifies the name of the process flow you want to export. If the process flow
name contains spaces, enclose the name in quotes. Tip: If you are unsure of the
exact process flow name you can use the processflow list command to get
a list of the process flow names. |
No | --o OutputFile | Specifies the directory to which you want to export the process flow. The path you specify here is relative to the directory where you are running the Administration Utility. If you omit this argument, the process flow is exported to the directory containing the Administration Utility. |
Example
This example exports the process flow named "My Process Flow" to a folder named exported which is a subfolder in the location where you have installed the Administration Utility.
processflow export --n "My Process Flow" --o exported