Versions Compared

Key

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

...

This command updates the specified workflow configuration by importing workflows that are defined in the export file.

Info

Example - wfimport

The workflow configuration Default.disk_collection workflow configuration is updated with with imported data from the file wf_disk_collection.csv.

Code Block
$ wfimport Default.disk_collection wf_disk_collection.csv

Note!

  • wfimport imports the file formats: CSV (Comma Separated Value), SSV (Semicolon Separated Value), and TSV (Tab Separated Value).

  • Text strings within each value are delimited by a quotation mark (").

  • Exported fields that contain profiles, are assigned with a unique string identifier. The ID and Name fields are exported, as well.

Option/Parameter

[ -keepOld [yes|no] ]

Set this option to yes to retain the existing workflow table data that is not updated by the export file. Set it to no to remove such data from the workflow table.

The default value is no.

<workflow configuration>

The workflow configuration that you want to be updated by the export file.

<export file>

The export file name. For further information about the export file see wfexport.

Note

[workflow configuration password]

To import a password protected workflow configuration, specify a password.

...