Process Definitions: create version

Creates a new process definition version.

Request

HTTP Request

POST https://cawemo.com/api/v1/engine-projects/:engine-project-id/process-definitions/versions

Path Parameters

Name Type Description
engine-project-id string Unique identifier of the engine project that contains the process definition.

Request Body

In the request body, supply a Process Definitions resource with the following properties:

Property Name Type Description Notes
content string The process definition's BPMN 2.0 XML representation.
created (optional) date (UNIX Epoch time in milliseconds) The creation date assigned to the process definition's version. Has to lie in the past. Defaults to now.
version number The version of the process definition.

Response

If successful, this method returns a Process Definitions resource in the response body.

On this Page: