processflow expose
The processflow expose command makes the process flow available for execution.
Note: If you use dataflow versioning in Spectrum Enterprise Designer, the processflow
expose command exposes the most recent version of the dataflow.
Usage
processflow expose --n ProcessFlowNameRequired | Argument | Description |
---|---|---|
Yes | --n ProcessFlowName | Specifies the name of the process flow you want to expose. 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. |
Example
This example exposes the process flow named "My Process Flow".
processflow expose --n "My Process Flow"