processflow unexpose

The processflow unexpose command makes a process flow unavailable for execution.

Usage

processflow unexpose --n ProcessFlowName
Required Argument Description
Yes --n ProcessFlowName Specifies the name of the process flow you want to unexpose. 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 unexposes the process flow named "My Process Flow".

processflow unexpose --n "My Process Flow"