importGenericProcess

Import process from json file.

Format

udclient [global-args...] [global-flags...]
  importGenericProcess [parameters]

Parameters

Table 1. Parameters
Parameter Type Required Description
disposition string true create or update
processUpgradeType string false How to handle linked-processes. Supported values are: FAIL_IF_DOESNT_EXIST, FAIL_IF_EXISTS, UPGRADE_IF_EXISTS, USE_EXISTING_IF_EXISTS, CREATE_NEW_IF_EXISTS.

Related REST command: Import process from json file..