Import process from json file.

Request

PUT https://{hostname}:{port}
    /cli/process/import?{parameters}
Accept: {contentType}
Table 1. Request 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.
Table 2. Header parameters
Parameter Type Required Description
Accept
  • application/json
  • application/yaml
true  

Related CLI command: importGenericProcess.