Skip to main content
POST
{ENGINE_URL}
/
api
/
process
/
{PROCESS_INSTANCE_ID}
/
token
/
{TOKEN_INSTANCE_ID}
/
action
/
{ACTION_NAME}
/
execute
Execute action
curl --request POST \
  --url https://api.example.com/{ENGINE_URL}/api/process/{PROCESS_INSTANCE_ID}/token/{TOKEN_INSTANCE_ID}/action/{ACTION_NAME}/execute
ACTION_NAME
string
required
The name of the action to run.
TOKEN_INSTANCE_ID
integer
required
The token instance ID.
PROCESS_INSTANCE_ID
integer
required
The process instance ID.