Importing generic processes

When you import a generic process, you can create a process or upgrade an existing process.

Procedure

  1. Click Processes > Import Process to open the Import Process window.
  2. Click Browse, and then select the JSON file that contains the process definition.
  3. If you want to upgrade an existing process, select Upgrade Process. If the name of the process in the JSON file matches an existing process, the process parameters are updated with new values. If the process name is not found, the command has no effect.
    Note: An existing process must match the name of the process in the JSON file, not the name of the file itself. The process name is the first parameter in the JSON file. The following text is the JSON representation of a process named Post-process test.
    "name": "Post-process test",
  4. Click Submit.

Feedback