Start import a Workflow Manager configuration file asynchronously
Starts importing a new Workflow Manager configuration from the selected .wmc file. Configurations from workflow items with a server that is on a more recent version will not import due to incompatability. Importing overwrites the version, job templates, diagrams, roles, role-group associations, lookup tables, charts and queries, templates, and user settings of the indicated item. It is recommended to back up configurations before importing. The passphrase specified during export for encrypted settings must be included. If no passphrase is specified, then only encrypted keys will be imported without the value. If an invalid passphrase is specified, the import will fail. Importing will fail if any jobs exist in the destination item. Excess scheduled tasks will be dropped based on the portal limit. The adminAdvanced privilege is required.
Body parameter
token: string
file: string
passphrase: string
Path parameters
Name | Type | Required |
---|---|---|
|
| |
|
|
Examples
Request
# You can also use wget
curl -X POST /{orgId}/admin/{itemId}/importAsync \
-H 'Content-Type: multipart/form-data' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {access-token}'
Response
200 Response
{
"success": true,
"message": "string",
"name": "UnableToDetermineHostingServer"
}
Status | Meaning | Description | Schema |
---|---|---|---|
| success | ||
| error |