Same as Export. Process Variables values are taken the Development Agent Group.
Authorizations
AuthorizationstringRequired
Enter your bearer token in the format Bearer <token>
Path parameters
idinteger · int64Required
Process version unique identifier
Responses
200
OK
application/json
Responsestring · binary
404
Process not found
application/problem+json
get
/api/v1/processes/{id}/export
Export multiple Processes to file
get
Process Variables values are taken the Development Agent Group.
Authorizations
AuthorizationstringRequired
Enter your bearer token in the format Bearer <token>
Query parameters
idsinteger · int64[]Optional
List of Process Id's that should be exported.
Responses
200
OK
application/json
Responsestring · binary
get
/api/v1/processes/batch-export
200
OK
Import one or more Processes
post
This can be a very slow action. Please make sure your client has a long enough timeout so that the operation does not get cancelled.
Authorizations
AuthorizationstringRequired
Enter your bearer token in the format Bearer <token>
Body
File to upload.
filestring · binaryRequired
importConflictstring · enumRequired
Setting for deciding what to do when a Process GUID already exists.
Error - the request will fail if Process exists.UseExisting - will not import Processes that exist.NewVersion - will update the existing Process to the imported one.NewActiveElement - will create a new Process with an Activated Trigger.NewInactiveElement - will create a new Process with an Deactivated Trigger.