Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleExample - Non-interactive mode


Code Block
languagetext
themeEclipse
$ while read wf ; do 
echo wfstart $wf
done < my-wfs.list | xargs mzsh mzadmin/<password>


The command in the example reads the names of the workflows included in the file my-wfs.list and generates start commands for each of them. The output of this action is then fed from standard input as arguments to mzsh.

To execute a command in a specific configuration space in non-interactive mode, you can specify the space name in the command line:

...