processflow expose

The processflow expose command makes the process flow available for execution.

Note: If you use dataflow versioning in Enterprise Designer, the processflow expose command exposes the most recent version of the dataflow.

Usage

processflow expose --n ProcessFlowName
RequiredArgumentDescription
Yes--n ProcessFlowNameSpecifies the name of the processflow 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"