floweditor
starts the Flow Editor Process Manager Client.
Synopsis
floweditor [file_name [file_name...]]Description
You use the floweditor command to start the Flow Editor. You can specify one or more flow definition file names to open automatically when the Flow Editor starts. You can use this as a shortcut to quickly open a flow definition for editing.
Options
- file_name
Specifies the name of the file to be opened when the Flow Editor starts. If you do not specify a file name, the Flow Editor starts with no files opened. You can specify a list of files by separating the file names with a space.
Examples
floweditor /tmp/myflow.xml /flows/payupdt.xml
opens the Flow Editor, and opens myflow.xml and payupdt.xml at the same time.
floweditor
opens the Flow Editor with no files opened.