Skip to main content
POST
Execute action

Base URL

  • Always prepend the endpoint with the correct Base URL.
  • For different environments (like staging or production), switch the base URL accordingly.

Request Headers

string
required
Bearer token required for authentication. Format: Bearer <token>.

Path Parameters

string
required
The unique identifier of the process instance.
string
required
The unique identifier of the runtime token.
string
required
The unique identifier of the UI action to execute.

Response fields

string
The unique identifier of the token associated with the process.
integer
The ID of the current node in the process execution flow.
null
Reserved for future use. Currently always null.
boolean
Indicates whether a back action is triggered. Default is false.
boolean
Indicates whether the token should be reset. Default is false.
Last modified on March 7, 2025