Skip to main content
POST
{ENGINE_URL}
/
api
/
process
/
{PROCESS_DEFINITION_NAME}
/
start
Start process
curl --request POST \
  --url https://api.example.com/{ENGINE_URL}/api/process/{PROCESS_DEFINITION_NAME}/start
PROCESS_DEFINITION_NAME
string
required
The name of the process definition to instantiate.
ENGINE_URL
string
required
The URL of the engine.